Html Css Color HEX #329DCB Summer Sky

📋 copy color: '#329DCB'

red 50 ◦ green 157 ◦ blue 203

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

Shades of Summer Sky #329DCB

Tints of Summer Sky #329DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 12.2%
G = 38.29%
B = 49.51%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#329DCB (or 0x329DCB) is known color: Summer Sky. HEX triplet: 32, 9D and CB. RGB value is (50,157,203). Sum of RGB (Red+Green+Blue) = 50+157+203=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #329DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCB is #CD6234. Grayscale: #818181. Windows color (decimal): -13460021 or 13344050. OLE color: 13344050.

HSL color Cylindrical-coordinate representation of color #329DCB: hue angle of 198.04º degrees, saturation: 0.6, 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 #329DCB is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 157 203 -
CMYK 0.75 0.23 0 0.20
HSL 198.04º 0.6% 0.5% -
HSV(B) 198.04º 0.75% 0.8% -
XYZ 24.15 29.1 60.84 -
YUV 130.25 169.05 70.76 -
System Red Green Blue C M Y K H S L
Decimal 50 157 203 0.75 0.23 0 0.20 198.04 0.6 0.5
Hex 32 9D CB 4B 17 0 14 C6 3C 32
Octal 62 235 313 113 27 0 24 306 74 62
Binary 110010 10011101 11001011 1001011 10111 0 10100 11000110 111100 110010

Color Harmonies of #329DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DCB

Black with #329DCB

Text Example


Text Example

White with #329DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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