Html Css Color HEX #329ED5 Summer Sky

📋 copy color: '#329ED5'

red 50 ◦ green 158 ◦ blue 213

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

Shades of Summer Sky #329ED5

Tints of Summer Sky #329ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.59%

R = 11.88%
G = 37.53%
B = 50.59%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#329ED5 (or 0x329ED5) is known color: Summer Sky. HEX triplet: 32, 9E and D5. RGB value is (50,158,213). Sum of RGB (Red+Green+Blue) = 50+158+213=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #329ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ED5 is #CD612A. Grayscale: #838383. Windows color (decimal): -13459755 or 13999666. OLE color: 13999666.

HSL color Cylindrical-coordinate representation of color #329ED5: hue angle of 200.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329ED5 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 158 213 -
CMYK 0.77 0.26 0 0.16
HSL 200.25º 0.66% 0.52% -
HSV(B) 200.25º 0.77% 0.84% -
XYZ 25.55 29.94 67.38 -
YUV 131.98 173.72 69.53 -
System Red Green Blue C M Y K H S L
Decimal 50 158 213 0.77 0.26 0 0.16 200.25 0.66 0.52
Hex 32 9E D5 4D 1A 0 10 C8 42 34
Octal 62 236 325 115 32 0 20 310 102 64
Binary 110010 10011110 11010101 1001101 11010 0 10000 11001000 1000010 110100

Color Harmonies of #329ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ED5

Black with #329ED5

Text Example


Text Example

White with #329ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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