Html Css Color HEX #329CCC Summer Sky

📋 copy color: '#329CCC'

red 50 ◦ green 156 ◦ blue 204

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

Shades of Summer Sky #329CCC

Tints of Summer Sky #329CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

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

R = 12.2%
G = 38.05%
B = 49.76%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#329CCC (or 0x329CCC) is known color: Summer Sky. HEX triplet: 32, 9C and CC. RGB value is (50,156,204). Sum of RGB (Red+Green+Blue) = 50+156+204=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #329CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CCC is #CD6333. Grayscale: #818181. Windows color (decimal): -13460276 or 13409330. OLE color: 13409330.

HSL color Cylindrical-coordinate representation of color #329CCC: hue angle of 198.7º 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 #329CCC is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 156 204 -
CMYK 0.75 0.24 0 0.2
HSL 198.7º 0.61% 0.5% -
HSV(B) 198.7º 0.75% 0.8% -
XYZ 24.1 28.81 61.42 -
YUV 129.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 50 156 204 0.75 0.24 0 0.2 198.7 0.61 0.5
Hex 32 9C CC 4B 18 0 14 C7 3D 32
Octal 62 234 314 113 30 0 24 307 75 62
Binary 110010 10011100 11001100 1001011 11000 0 10100 11000111 111101 110010

Color Harmonies of #329CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CCC

Black with #329CCC

Text Example


Text Example

White with #329CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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