Html Css Color HEX #329BCD Summer Sky

📋 copy color: '#329BCD'

red 50 ◦ green 155 ◦ blue 205

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

Shades of Summer Sky #329BCD

Tints of Summer Sky #329BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

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

R = 12.2%
G = 37.8%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329BCD (or 0x329BCD) is known color: Summer Sky. HEX triplet: 32, 9B and CD. RGB value is (50,155,205). Sum of RGB (Red+Green+Blue) = 50+155+205=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #329BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCD is #CD6432. Grayscale: #818181. Windows color (decimal): -13460531 or 13474610. OLE color: 13474610.

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

Color convert

RGB 50 155 205 -
CMYK 0.76 0.24 0 0.20
HSL 199.35º 0.61% 0.5% -
HSV(B) 199.35º 0.76% 0.8% -
XYZ 24.06 28.53 62 -
YUV 129.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 50 155 205 0.76 0.24 0 0.20 199.35 0.61 0.5
Hex 32 9B CD 4C 18 0 14 C7 3D 32
Octal 62 233 315 114 30 0 24 307 75 62
Binary 110010 10011011 11001101 1001100 11000 0 10100 11000111 111101 110010

Color Harmonies of #329BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BCD

Black with #329BCD

Text Example


Text Example

White with #329BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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