#329BCC

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

Shades of Summer Sky #329BCC

Tints of Summer Sky #329BCC

Color information

#329BCC (or 0x329BCC) is unknown color: approx Summer Sky. HEX triplet: 32, 9B and CC. RGB value is (50,155,204). Sum of RGB (Red+Green+Blue) = 50+155+204=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #329BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCC is #CD6433. Grayscale: #808080. Windows color (decimal): -13460532 or 13409074. OLE color: 13409074.

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

Color convert

RGB50155204-
CMYK0.750.2400.2
HSL199.09º60.63%49.8%-
HSV(B)199.09º75.49%80%-
XYZ23.9428.4861.36-
YUV129.19170.2171.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.22%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=12.22%
G=37.90%
B=49.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501552040.750.2400.2199.0960.6349.8
Hex329BCC4B18014c73d32
Octal62233314113300243077562
Binary110010100110111100110010010111100001010011000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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