Html Css Color HEX #329FE0 Summer Sky

📋 copy color: '#329FE0'

red 50 ◦ green 159 ◦ blue 224

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

Shades of Summer Sky #329FE0

Tints of Summer Sky #329FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

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

R = 11.55%
G = 36.72%
B = 51.73%

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

#329FE0 (or 0x329FE0) is known color: Summer Sky. HEX triplet: 32, 9F and E0. RGB value is (50,159,224). Sum of RGB (Red+Green+Blue) = 50+159+224=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #329FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FE0 is #CD601F. Grayscale: #858585. Windows color (decimal): -13459488 or 14720818. OLE color: 14720818.

HSL color Cylindrical-coordinate representation of color #329FE0: hue angle of 202.41º 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 #329FE0 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 159 224 -
CMYK 0.78 0.29 0 0.12
HSL 202.41º 0.74% 0.54% -
HSV(B) 202.41º 0.78% 0.88% -
XYZ 27.17 30.86 75.04 -
YUV 133.82 178.89 68.21 -
System Red Green Blue C M Y K H S L
Decimal 50 159 224 0.78 0.29 0 0.12 202.41 0.74 0.54
Hex 32 9F E0 4E 1D 0 C CA 4A 36
Octal 62 237 340 116 35 0 14 312 112 66
Binary 110010 10011111 11100000 1001110 11101 0 1100 11001010 1001010 110110

Color Harmonies of #329FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FE0

Black with #329FE0

Text Example


Text Example

White with #329FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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