Html Css Color HEX #329DCD Summer Sky

📋 copy color: '#329DCD'

red 50 ◦ green 157 ◦ blue 205

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

Shades of Summer Sky #329DCD

Tints of Summer Sky #329DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 12.14%
G = 38.11%
B = 49.76%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329DCD (or 0x329DCD) is known color: Summer Sky. HEX triplet: 32, 9D and CD. RGB value is (50,157,205). Sum of RGB (Red+Green+Blue) = 50+157+205=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #329DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCD is #CD6232. Grayscale: #828282. Windows color (decimal): -13460019 or 13475122. OLE color: 13475122.

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

Color convert

RGB 50 157 205 -
CMYK 0.76 0.23 0 0.20
HSL 198.58º 0.61% 0.5% -
HSV(B) 198.58º 0.76% 0.8% -
XYZ 24.39 29.2 62.11 -
YUV 130.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 50 157 205 0.76 0.23 0 0.20 198.58 0.61 0.5
Hex 32 9D CD 4C 17 0 14 C7 3D 32
Octal 62 235 315 114 27 0 24 307 75 62
Binary 110010 10011101 11001101 1001100 10111 0 10100 11000111 111101 110010

Color Harmonies of #329DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DCD

Black with #329DCD

Text Example


Text Example

White with #329DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,205); }

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

background-color css

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

 a { background-color: rgb(50,157,205); }

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

border-color css

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

 span { border-color: rgb(50,157,205); }

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