#329EE2

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

Shades of Summer Sky #329EE2

Tints of Summer Sky #329EE2

Color information

#329EE2 (or 0x329EE2) is unknown color: approx Summer Sky. HEX triplet: 32, 9E and E2. RGB value is (50,158,226). Sum of RGB (Red+Green+Blue) = 50+158+226=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #329EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EE2 is #CD611D. Grayscale: #858585. Windows color (decimal): -13459742 or 14851634. OLE color: 14851634.

HSL color Cylindrical-coordinate representation of color #329EE2: hue angle of 203.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329EE2 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB50158226-
CMYK0.780.3000.11
HSL203.18º75.21%54.12%-
HSV(B)203.18º77.88%88.63%-
XYZ27.2730.6276.43-
YUV133.46180.2268.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.52%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 226 (88.67% from 255) = 52.07%
R=11.52%
G=36.41%
B=52.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal501582260.780.3000.11203.1875.2154.12
Hex329EE24E1E0Bcb4b36
Octal622363421163601331311366
Binary110010100111101110001010011101111001011110010111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,158,226); }

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

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

 a { background-color: rgb(50,158,226); }

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

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

 span { border-color: rgb(50,158,226); }

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