Html Css Color HEX #329EDB Summer Sky

📋 copy color: '#329EDB'

red 50 ◦ green 158 ◦ blue 219

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

Shades of Summer Sky #329EDB

Tints of Summer Sky #329EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 11.71%
G = 37%
B = 51.29%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329EDB (or 0x329EDB) is known color: Summer Sky. HEX triplet: 32, 9E and DB. RGB value is (50,158,219). Sum of RGB (Red+Green+Blue) = 50+158+219=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #329EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EDB is #CD6124. Grayscale: #848484. Windows color (decimal): -13459749 or 14392882. OLE color: 14392882.

HSL color Cylindrical-coordinate representation of color #329EDB: hue angle of 201.66º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329EDB is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 158 219 -
CMYK 0.77 0.28 0 0.14
HSL 201.66º 0.7% 0.53% -
HSV(B) 201.66º 0.77% 0.86% -
XYZ 26.33 30.25 71.47 -
YUV 132.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 50 158 219 0.77 0.28 0 0.14 201.66 0.7 0.53
Hex 32 9E DB 4D 1C 0 E CA 46 35
Octal 62 236 333 115 34 0 16 312 106 65
Binary 110010 10011110 11011011 1001101 11100 0 1110 11001010 1000110 110101

Color Harmonies of #329EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EDB

Black with #329EDB

Text Example


Text Example

White with #329EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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