Html Css Color HEX #329EE1 Summer Sky

📋 copy color: '#329EE1'

red 50 ◦ green 158 ◦ blue 225

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

Shades of Summer Sky #329EE1

Tints of Summer Sky #329EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.96%

R = 11.55%
G = 36.49%
B = 51.96%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#329EE1 (or 0x329EE1) is known color: Summer Sky. HEX triplet: 32, 9E and E1. RGB value is (50,158,225). Sum of RGB (Red+Green+Blue) = 50+158+225=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #329EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EE1 is #CD611E. Grayscale: #848484. Windows color (decimal): -13459743 or 14786098. OLE color: 14786098.

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

Color convert

RGB 50 158 225 -
CMYK 0.78 0.30 0 0.12
HSL 202.97º 0.74% 0.54% -
HSV(B) 202.97º 0.78% 0.88% -
XYZ 27.13 30.57 75.7 -
YUV 133.35 179.72 68.55 -
System Red Green Blue C M Y K H S L
Decimal 50 158 225 0.78 0.30 0 0.12 202.97 0.74 0.54
Hex 32 9E E1 4E 1E 0 C CB 4A 36
Octal 62 236 341 116 36 0 14 313 112 66
Binary 110010 10011110 11100001 1001110 11110 0 1100 11001011 1001010 110110

Color Harmonies of #329EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EE1

Black with #329EE1

Text Example


Text Example

White with #329EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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