#329CCA

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

Shades of Summer Sky #329CCA

Tints of Summer Sky #329CCA

Color information

#329CCA (or 0x329CCA) is unknown color: approx Summer Sky. HEX triplet: 32, 9C and CA. RGB value is (50,156,202). Sum of RGB (Red+Green+Blue) = 50+156+202=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #329CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CCA is #CD6335. Grayscale: #818181. Windows color (decimal): -13460278 or 13278258. OLE color: 13278258.

HSL color Cylindrical-coordinate representation of color #329CCA: hue angle of 198.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329CCA is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50156202-
CMYK0.750.2300.21
HSL198.16º60.32%49.41%-
HSV(B)198.16º75.25%79.22%-
XYZ23.8628.7260.16-
YUV129.55168.8871.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=12.25%
G=38.24%
B=49.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501562020.750.2300.21198.1660.3249.41
Hex329CCA4B17015c63c31
Octal62234312113270253067461
Binary110010100111001100101010010111011101010111000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329CCA; }

 p { color: rgb(50,156,202); }

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

<style>
 a { background-color: #329CCA; }

 a { background-color: rgb(50,156,202); }

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

<style>
 span { border-color: #329CCA; }

 span { border-color: rgb(50,156,202); }

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