Html Css Color HEX #329FDD Summer Sky

📋 copy color: '#329FDD'

red 50 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #329FDD

Tints of Summer Sky #329FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 11.63%
G = 36.98%
B = 51.4%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#329FDD (or 0x329FDD) is known color: Summer Sky. HEX triplet: 32, 9F and DD. RGB value is (50,159,221). Sum of RGB (Red+Green+Blue) = 50+159+221=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #329FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FDD is #CD6022. Grayscale: #858585. Windows color (decimal): -13459491 or 14524210. OLE color: 14524210.

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

Color convert

RGB 50 159 221 -
CMYK 0.77 0.28 0 0.13
HSL 201.75º 0.72% 0.53% -
HSV(B) 201.75º 0.77% 0.87% -
XYZ 26.76 30.69 72.92 -
YUV 133.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 50 159 221 0.77 0.28 0 0.13 201.75 0.72 0.53
Hex 32 9F DD 4D 1C 0 D CA 48 35
Octal 62 237 335 115 34 0 15 312 110 65
Binary 110010 10011111 11011101 1001101 11100 0 1101 11001010 1001000 110101

Color Harmonies of #329FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FDD

Black with #329FDD

Text Example


Text Example

White with #329FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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