Html Css Color HEX #329EBC Pelorous

📋 copy color: '#329EBC'

red 50 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #329EBC

Tints of Pelorous #329EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 12.63%
G = 39.9%
B = 47.47%

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

#329EBC (or 0x329EBC) is known color: Pelorous. HEX triplet: 32, 9E and BC. RGB value is (50,158,188). Sum of RGB (Red+Green+Blue) = 50+158+188=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #329EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EBC is #CD6143. Grayscale: #808080. Windows color (decimal): -13459780 or 12361266. OLE color: 12361266.

HSL color Cylindrical-coordinate representation of color #329EBC: hue angle of 193.04º 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 #329EBC is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 158 188 -
CMYK 0.73 0.16 0 0.26
HSL 193.04º 0.58% 0.47% -
HSV(B) 193.04º 0.73% 0.74% -
XYZ 22.62 28.76 51.94 -
YUV 129.13 161.22 71.56 -
System Red Green Blue C M Y K H S L
Decimal 50 158 188 0.73 0.16 0 0.26 193.04 0.58 0.47
Hex 32 9E BC 49 10 0 1A C1 3A 2F
Octal 62 236 274 111 20 0 32 301 72 57
Binary 110010 10011110 10111100 1001001 10000 0 11010 11000001 111010 101111

Color Harmonies of #329EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EBC

Black with #329EBC

Text Example


Text Example

White with #329EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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