Html Css Color HEX #329EC0 Pelorous

📋 copy color: '#329EC0'

red 50 ◦ green 158 ◦ blue 192

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

Shades of Pelorous #329EC0

Tints of Pelorous #329EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48%

R = 12.5%
G = 39.5%
B = 48%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#329EC0 (or 0x329EC0) is known color: Pelorous. HEX triplet: 32, 9E and C0. RGB value is (50,158,192). Sum of RGB (Red+Green+Blue) = 50+158+192=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #329EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EC0 is #CD613F. Grayscale: #818181. Windows color (decimal): -13459776 or 12623410. OLE color: 12623410.

HSL color Cylindrical-coordinate representation of color #329EC0: hue angle of 194.37º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329EC0 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 158 192 -
CMYK 0.74 0.18 0 0.25
HSL 194.37º 0.59% 0.47% -
HSV(B) 194.37º 0.74% 0.75% -
XYZ 23.06 28.94 54.24 -
YUV 129.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 50 158 192 0.74 0.18 0 0.25 194.37 0.59 0.47
Hex 32 9E C0 4A 12 0 19 C2 3B 2F
Octal 62 236 300 112 22 0 31 302 73 57
Binary 110010 10011110 11000000 1001010 10010 0 11001 11000010 111011 101111

Color Harmonies of #329EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EC0

Black with #329EC0

Text Example


Text Example

White with #329EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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