Html Css Color HEX #329DBC Pelorous

📋 copy color: '#329DBC'

red 50 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #329DBC

Tints of Pelorous #329DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 12.66%
G = 39.75%
B = 47.59%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329DBC (or 0x329DBC) is known color: Pelorous. HEX triplet: 32, 9D and BC. RGB value is (50,157,188). Sum of RGB (Red+Green+Blue) = 50+157+188=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #329DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBC is #CD6243. Grayscale: #808080. Windows color (decimal): -13460036 or 12361010. OLE color: 12361010.

HSL color Cylindrical-coordinate representation of color #329DBC: hue angle of 193.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329DBC is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 157 188 -
CMYK 0.73 0.16 0 0.26
HSL 193.48º 0.58% 0.47% -
HSV(B) 193.48º 0.73% 0.74% -
XYZ 22.45 28.42 51.88 -
YUV 128.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 50 157 188 0.73 0.16 0 0.26 193.48 0.58 0.47
Hex 32 9D BC 49 10 0 1A C1 3A 2F
Octal 62 235 274 111 20 0 32 301 72 57
Binary 110010 10011101 10111100 1001001 10000 0 11010 11000001 111010 101111

Color Harmonies of #329DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DBC

Black with #329DBC

Text Example


Text Example

White with #329DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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