#3299DC

Color #3299DC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3299DC

Tints of Summer Sky #3299DC

Color information

#3299DC (or 0x3299DC) is unknown color: approx Summer Sky. HEX triplet: 32, 99 and DC. RGB value is (50,153,220). Sum of RGB (Red+Green+Blue) = 50+153+220=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #3299DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299DC is #CD6623. Grayscale: #818181. Windows color (decimal): -13461028 or 14457138. OLE color: 14457138.

HSL color Cylindrical-coordinate representation of color #3299DC: hue angle of 203.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3299DC is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB50153220-
CMYK0.770.3000.14
HSL203.65º70.83%52.94%-
HSV(B)203.65º77.27%86.27%-
XYZ25.6228.6371.89-
YUV129.84178.8871.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 11.82%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=11.82%
G=36.17%
B=52.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501532200.770.3000.14203.6570.8352.94
Hex3299DC4D1E0Ecc4735
Octal622313341153601631410765
Binary110010100110011101110010011011111001110110011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3299DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3299DC; }

 p { color: rgb(50,153,220); }

 H1.HeaderClassName
 {
   color: #3299DC;
 }
 .AnyTagClassName
 {
   color: #3299DC;
 }
</style>
background-color css

<style>
 a { background-color: #3299DC; }

 a { background-color: rgb(50,153,220); }

 div.DivClassName
 {
   background-color: #3299DC;
 }
 .BgClassName
 {
   background-color: #3299DC;
 }
</style>
border-color css

<style>
 span { border-color: #3299DC; }

 span { border-color: rgb(50,153,220); }

 td.TdClassName
 {
   border-color: #3299DC;
 }
 .TagClassName
 {
   border-color: #3299DC;
 }
</style>