Html Css Color HEX #329EE0 Summer Sky

📋 copy color: '#329EE0'

red 50 ◦ green 158 ◦ blue 224

#329EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #329EE0

Tints of Summer Sky #329EE0

RGB

 RED value IS 50 (19.92% from 255) = 11.57%

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 11.57%
G = 36.57%
B = 51.85%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#329EE0 (or 0x329EE0) is known color: Summer Sky. HEX triplet: 32, 9E and E0. RGB value is (50,158,224). Sum of RGB (Red+Green+Blue) = 50+158+224=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #329EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EE0 is #CD611F. Grayscale: #848484. Windows color (decimal): -13459744 or 14720562. OLE color: 14720562.

HSL color Cylindrical-coordinate representation of color #329EE0: hue angle of 202.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329EE0 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 158 224 -
CMYK 0.78 0.29 0 0.12
HSL 202.76º 0.74% 0.54% -
HSV(B) 202.76º 0.78% 0.88% -
XYZ 27 30.51 74.99 -
YUV 133.23 179.22 68.63 -
System Red Green Blue C M Y K H S L
Decimal 50 158 224 0.78 0.29 0 0.12 202.76 0.74 0.54
Hex 32 9E E0 4E 1D 0 C CB 4A 36
Octal 62 236 340 116 35 0 14 313 112 66
Binary 110010 10011110 11100000 1001110 11101 0 1100 11001011 1001010 110110

Color Harmonies of #329EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EE0

Black with #329EE0

Text Example


Text Example

White with #329EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #329EE0;
 }
 .AnyTagClassName
 {
   color: #329EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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