#329BCD

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

Shades of Summer Sky #329BCD

Tints of Summer Sky #329BCD

Color information

#329BCD (or 0x329BCD) is unknown color: approx Summer Sky. HEX triplet: 32, 9B and CD. RGB value is (50,155,205). Sum of RGB (Red+Green+Blue) = 50+155+205=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #329BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCD is #CD6432. Grayscale: #818181. Windows color (decimal): -13460531 or 13474610. OLE color: 13474610.

HSL color Cylindrical-coordinate representation of color #329BCD: hue angle of 199.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329BCD is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50155205-
CMYK0.760.2400.20
HSL199.35º60.78%50%-
HSV(B)199.35º75.61%80.39%-
XYZ24.0628.5362-
YUV129.3170.7171.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.20%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 205 (80.47% from 255) = 50%
R=12.20%
G=37.80%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501552050.760.2400.20199.3560.7850
Hex329BCD4C18014c73d32
Octal62233315114300243077562
Binary110010100110111100110110011001100001010011000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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