Html Css Color HEX #329CDB Summer Sky

📋 copy color: '#329CDB'

red 50 ◦ green 156 ◦ blue 219

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

Shades of Summer Sky #329CDB

Tints of Summer Sky #329CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

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

R = 11.76%
G = 36.71%
B = 51.53%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329CDB (or 0x329CDB) is known color: Summer Sky. HEX triplet: 32, 9C and DB. RGB value is (50,156,219). Sum of RGB (Red+Green+Blue) = 50+156+219=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #329CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CDB is #CD6324. Grayscale: #838383. Windows color (decimal): -13460261 or 14392370. OLE color: 14392370.

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

Color convert

RGB 50 156 219 -
CMYK 0.77 0.29 0 0.14
HSL 202.37º 0.7% 0.53% -
HSV(B) 202.37º 0.77% 0.86% -
XYZ 25.99 29.57 71.36 -
YUV 131.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 50 156 219 0.77 0.29 0 0.14 202.37 0.7 0.53
Hex 32 9C DB 4D 1D 0 E CA 46 35
Octal 62 234 333 115 35 0 16 312 106 65
Binary 110010 10011100 11011011 1001101 11101 0 1110 11001010 1000110 110101

Color Harmonies of #329CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CDB

Black with #329CDB

Text Example


Text Example

White with #329CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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