Html Css Color HEX #329FCD Summer Sky

📋 copy color: '#329FCD'

red 50 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #329FCD

Tints of Summer Sky #329FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

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

R = 12.08%
G = 38.41%
B = 49.52%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329FCD (or 0x329FCD) is known color: Summer Sky. HEX triplet: 32, 9F and CD. RGB value is (50,159,205). Sum of RGB (Red+Green+Blue) = 50+159+205=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #329FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FCD is #CD6032. Grayscale: #838383. Windows color (decimal): -13459507 or 13475634. OLE color: 13475634.

HSL color Cylindrical-coordinate representation of color #329FCD: hue angle of 197.81º 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 #329FCD is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 159 205 -
CMYK 0.76 0.22 0 0.20
HSL 197.81º 0.61% 0.5% -
HSV(B) 197.81º 0.76% 0.8% -
XYZ 24.73 29.88 62.22 -
YUV 131.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 50 159 205 0.76 0.22 0 0.20 197.81 0.61 0.5
Hex 32 9F CD 4C 16 0 14 C6 3D 32
Octal 62 237 315 114 26 0 24 306 75 62
Binary 110010 10011111 11001101 1001100 10110 0 10100 11000110 111101 110010

Color Harmonies of #329FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FCD

Black with #329FCD

Text Example


Text Example

White with #329FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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