Html Css Color HEX #329BC0 Pelorous

📋 copy color: '#329BC0'

red 50 ◦ green 155 ◦ blue 192

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

Shades of Pelorous #329BC0

Tints of Pelorous #329BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 12.59%
G = 39.04%
B = 48.36%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#329BC0 (or 0x329BC0) is known color: Pelorous. HEX triplet: 32, 9B and C0. RGB value is (50,155,192). Sum of RGB (Red+Green+Blue) = 50+155+192=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #329BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BC0 is #CD643F. Grayscale: #7F7F7F. Windows color (decimal): -13460544 or 12622642. OLE color: 12622642.

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

Color convert

RGB 50 155 192 -
CMYK 0.74 0.19 0 0.25
HSL 195.63º 0.59% 0.47% -
HSV(B) 195.63º 0.74% 0.75% -
XYZ 22.55 27.93 54.07 -
YUV 127.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 50 155 192 0.74 0.19 0 0.25 195.63 0.59 0.47
Hex 32 9B C0 4A 13 0 19 C4 3B 2F
Octal 62 233 300 112 23 0 31 304 73 57
Binary 110010 10011011 11000000 1001010 10011 0 11001 11000100 111011 101111

Color Harmonies of #329BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BC0

Black with #329BC0

Text Example


Text Example

White with #329BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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