Html Css Color HEX #329ADB Summer Sky

📋 copy color: '#329ADB'

red 50 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #329ADB

Tints of Summer Sky #329ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

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

R = 11.82%
G = 36.41%
B = 51.77%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329ADB (or 0x329ADB) is known color: Summer Sky. HEX triplet: 32, 9A and DB. RGB value is (50,154,219). Sum of RGB (Red+Green+Blue) = 50+154+219=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #329ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ADB is #CD6524. Grayscale: #818181. Windows color (decimal): -13460773 or 14391858. OLE color: 14391858.

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

Color convert

RGB 50 154 219 -
CMYK 0.77 0.30 0 0.14
HSL 203.08º 0.7% 0.53% -
HSV(B) 203.08º 0.77% 0.86% -
XYZ 25.66 28.9 71.24 -
YUV 130.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 50 154 219 0.77 0.30 0 0.14 203.08 0.7 0.53
Hex 32 9A DB 4D 1E 0 E CB 46 35
Octal 62 232 333 115 36 0 16 313 106 65
Binary 110010 10011010 11011011 1001101 11110 0 1110 11001011 1000110 110101

Color Harmonies of #329ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ADB

Black with #329ADB

Text Example


Text Example

White with #329ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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