Html Css Color HEX #329EDD Summer Sky

📋 copy color: '#329EDD'

red 50 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #329EDD

Tints of Summer Sky #329EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

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

R = 11.66%
G = 36.83%
B = 51.52%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#329EDD (or 0x329EDD) is known color: Summer Sky. HEX triplet: 32, 9E and DD. RGB value is (50,158,221). Sum of RGB (Red+Green+Blue) = 50+158+221=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #329EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EDD is #CD6122. Grayscale: #848484. Windows color (decimal): -13459747 or 14523954. OLE color: 14523954.

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

Color convert

RGB 50 158 221 -
CMYK 0.77 0.29 0 0.13
HSL 202.11º 0.72% 0.53% -
HSV(B) 202.11º 0.77% 0.87% -
XYZ 26.59 30.35 72.86 -
YUV 132.89 177.72 68.88 -
System Red Green Blue C M Y K H S L
Decimal 50 158 221 0.77 0.29 0 0.13 202.11 0.72 0.53
Hex 32 9E DD 4D 1D 0 D CA 48 35
Octal 62 236 335 115 35 0 15 312 110 65
Binary 110010 10011110 11011101 1001101 11101 0 1101 11001010 1001000 110101

Color Harmonies of #329EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EDD

Black with #329EDD

Text Example


Text Example

White with #329EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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