#329AD9

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

Shades of Summer Sky #329AD9

Tints of Summer Sky #329AD9

Color information

#329AD9 (or 0x329AD9) is unknown color: approx Summer Sky. HEX triplet: 32, 9A and D9. RGB value is (50,154,217). Sum of RGB (Red+Green+Blue) = 50+154+217=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #329AD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AD9 is #CD6526. Grayscale: #818181. Windows color (decimal): -13460775 or 14260786. OLE color: 14260786.

HSL color Cylindrical-coordinate representation of color #329AD9: hue angle of 202.63º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329AD9 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB50154217-
CMYK0.770.2900.15
HSL202.63º68.72%52.35%-
HSV(B)202.63º76.96%85.1%-
XYZ25.428.869.87-
YUV130.09177.0470.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.88%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=11.88%
G=36.58%
B=51.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal501542170.770.2900.15202.6368.7252.35
Hex329AD94D1D0Fcb4534
Octal622323311153501731310564
Binary110010100110101101100110011011110101111110010111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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