#3299CC

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

Shades of Summer Sky #3299CC

Tints of Summer Sky #3299CC

Color information

#3299CC (or 0x3299CC) is unknown color: approx Summer Sky. HEX triplet: 32, 99 and CC. RGB value is (50,153,204). Sum of RGB (Red+Green+Blue) = 50+153+204=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3299CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299CC is #CD6633. Grayscale: #7F7F7F. Windows color (decimal): -13461044 or 13408562. OLE color: 13408562.

HSL color Cylindrical-coordinate representation of color #3299CC: hue angle of 199.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3299CC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50153204-
CMYK0.750.2500.2
HSL199.87º60.63%49.8%-
HSV(B)199.87º75.49%80%-
XYZ23.6127.8261.25-
YUV128.02170.8872.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.29%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=12.29%
G=37.59%
B=50.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501532040.750.2500.2199.8760.6349.8
Hex3299CC4B19014c83d32
Octal62231314113310243107562
Binary110010100110011100110010010111100101010011001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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