Html Css Color HEX #329DC0 Pelorous

📋 copy color: '#329DC0'

red 50 ◦ green 157 ◦ blue 192

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

Shades of Pelorous #329DC0

Tints of Pelorous #329DC0

RGB

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

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

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

R = 12.53%
G = 39.35%
B = 48.12%

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

#329DC0 (or 0x329DC0) is known color: Pelorous. HEX triplet: 32, 9D and C0. RGB value is (50,157,192). Sum of RGB (Red+Green+Blue) = 50+157+192=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #329DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DC0 is #CD623F. Grayscale: #808080. Windows color (decimal): -13460032 or 12623154. OLE color: 12623154.

HSL color Cylindrical-coordinate representation of color #329DC0: hue angle of 194.79º 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 #329DC0 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 157 192 -
CMYK 0.74 0.18 0 0.25
HSL 194.79º 0.59% 0.47% -
HSV(B) 194.79º 0.74% 0.75% -
XYZ 22.89 28.6 54.18 -
YUV 129 163.55 71.65 -
System Red Green Blue C M Y K H S L
Decimal 50 157 192 0.74 0.18 0 0.25 194.79 0.59 0.47
Hex 32 9D C0 4A 12 0 19 C3 3B 2F
Octal 62 235 300 112 22 0 31 303 73 57
Binary 110010 10011101 11000000 1001010 10010 0 11001 11000011 111011 101111

Color Harmonies of #329DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DC0

Black with #329DC0

Text Example


Text Example

White with #329DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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