Html Css Color HEX #329ECC Summer Sky

📋 copy color: '#329ECC'

red 50 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #329ECC

Tints of Summer Sky #329ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 12.14%
G = 38.35%
B = 49.51%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#329ECC (or 0x329ECC) is known color: Summer Sky. HEX triplet: 32, 9E and CC. RGB value is (50,158,204). Sum of RGB (Red+Green+Blue) = 50+158+204=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #329ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ECC is #CD6133. Grayscale: #828282. Windows color (decimal): -13459764 or 13409842. OLE color: 13409842.

HSL color Cylindrical-coordinate representation of color #329ECC: hue angle of 197.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329ECC is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 158 204 -
CMYK 0.75 0.23 0 0.2
HSL 197.92º 0.61% 0.5% -
HSV(B) 197.92º 0.75% 0.8% -
XYZ 24.44 29.49 61.53 -
YUV 130.95 169.22 70.26 -
System Red Green Blue C M Y K H S L
Decimal 50 158 204 0.75 0.23 0 0.2 197.92 0.61 0.5
Hex 32 9E CC 4B 17 0 14 C6 3D 32
Octal 62 236 314 113 27 0 24 306 75 62
Binary 110010 10011110 11001100 1001011 10111 0 10100 11000110 111101 110010

Color Harmonies of #329ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329ECC

Black with #329ECC

Text Example


Text Example

White with #329ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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