#329DCA

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

Shades of Summer Sky #329DCA

Tints of Summer Sky #329DCA

Color information

#329DCA (or 0x329DCA) is unknown color: approx Summer Sky. HEX triplet: 32, 9D and CA. RGB value is (50,157,202). Sum of RGB (Red+Green+Blue) = 50+157+202=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #329DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCA is #CD6235. Grayscale: #818181. Windows color (decimal): -13460022 or 13278514. OLE color: 13278514.

HSL color Cylindrical-coordinate representation of color #329DCA: hue angle of 197.76º 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 #329DCA is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50157202-
CMYK0.750.2200.21
HSL197.76º60.32%49.41%-
HSV(B)197.76º75.25%79.22%-
XYZ24.0329.0660.22-
YUV130.14168.5570.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.22%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=12.22%
G=38.39%
B=49.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501572020.750.2200.21197.7660.3249.41
Hex329DCA4B16015c63c31
Octal62235312113260253067461
Binary110010100111011100101010010111011001010111000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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