Html Css Color HEX #329FDB Summer Sky

📋 copy color: '#329FDB'

red 50 ◦ green 159 ◦ blue 219

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

Shades of Summer Sky #329FDB

Tints of Summer Sky #329FDB

RGB

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

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

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

R = 11.68%
G = 37.15%
B = 51.17%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329FDB (or 0x329FDB) is known color: Summer Sky. HEX triplet: 32, 9F and DB. RGB value is (50,159,219). Sum of RGB (Red+Green+Blue) = 50+159+219=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #329FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FDB is #CD6024. Grayscale: #848484. Windows color (decimal): -13459493 or 14393138. OLE color: 14393138.

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

Color convert

RGB 50 159 219 -
CMYK 0.77 0.27 0 0.14
HSL 201.3º 0.7% 0.53% -
HSV(B) 201.3º 0.77% 0.86% -
XYZ 26.5 30.59 71.53 -
YUV 133.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 50 159 219 0.77 0.27 0 0.14 201.3 0.7 0.53
Hex 32 9F DB 4D 1B 0 E C9 46 35
Octal 62 237 333 115 33 0 16 311 106 65
Binary 110010 10011111 11011011 1001101 11011 0 1110 11001001 1000110 110101

Color Harmonies of #329FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FDB

Black with #329FDB

Text Example


Text Example

White with #329FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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