#329ACD

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

Shades of Summer Sky #329ACD

Tints of Summer Sky #329ACD

Color information

#329ACD (or 0x329ACD) is unknown color: approx Summer Sky. HEX triplet: 32, 9A and CD. RGB value is (50,154,205). Sum of RGB (Red+Green+Blue) = 50+154+205=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #329ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ACD is #CD6532. Grayscale: #808080. Windows color (decimal): -13460787 or 13474354. OLE color: 13474354.

HSL color Cylindrical-coordinate representation of color #329ACD: hue angle of 199.74º 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 #329ACD is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50154205-
CMYK0.760.2500.20
HSL199.74º60.78%50%-
HSV(B)199.74º75.61%80.39%-
XYZ23.8928.261.94-
YUV128.72171.0471.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.22%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=12.22%
G=37.65%
B=50.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501542050.760.2500.20199.7460.7850
Hex329ACD4C19014c83d32
Octal62232315114310243107562
Binary110010100110101100110110011001100101010011001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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