Html Css Color HEX #329EDC Summer Sky

📋 copy color: '#329EDC'

red 50 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #329EDC

Tints of Summer Sky #329EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 11.68%
G = 36.92%
B = 51.4%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#329EDC (or 0x329EDC) is known color: Summer Sky. HEX triplet: 32, 9E and DC. RGB value is (50,158,220). Sum of RGB (Red+Green+Blue) = 50+158+220=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #329EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EDC is #CD6123. Grayscale: #848484. Windows color (decimal): -13459748 or 14458418. OLE color: 14458418.

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

Color convert

RGB 50 158 220 -
CMYK 0.77 0.28 0 0.14
HSL 201.88º 0.71% 0.53% -
HSV(B) 201.88º 0.77% 0.86% -
XYZ 26.46 30.3 72.16 -
YUV 132.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 50 158 220 0.77 0.28 0 0.14 201.88 0.71 0.53
Hex 32 9E DC 4D 1C 0 E CA 47 35
Octal 62 236 334 115 34 0 16 312 107 65
Binary 110010 10011110 11011100 1001101 11100 0 1110 11001010 1000111 110101

Color Harmonies of #329EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EDC

Black with #329EDC

Text Example


Text Example

White with #329EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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