Html Css Color HEX #329ADD Summer Sky

📋 copy color: '#329ADD'

red 50 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #329ADD

Tints of Summer Sky #329ADD

RGB

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

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

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

R = 11.76%
G = 36.24%
B = 52%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#329ADD (or 0x329ADD) is known color: Summer Sky. HEX triplet: 32, 9A and DD. RGB value is (50,154,221). Sum of RGB (Red+Green+Blue) = 50+154+221=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #329ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ADD is #CD6522. Grayscale: #828282. Windows color (decimal): -13460771 or 14522930. OLE color: 14522930.

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

Color convert

RGB 50 154 221 -
CMYK 0.77 0.30 0 0.13
HSL 203.51º 0.72% 0.53% -
HSV(B) 203.51º 0.77% 0.87% -
XYZ 25.92 29.01 72.64 -
YUV 130.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 50 154 221 0.77 0.30 0 0.13 203.51 0.72 0.53
Hex 32 9A DD 4D 1E 0 D CC 48 35
Octal 62 232 335 115 36 0 15 314 110 65
Binary 110010 10011010 11011101 1001101 11110 0 1101 11001100 1001000 110101

Color Harmonies of #329ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ADD

Black with #329ADD

Text Example


Text Example

White with #329ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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