#3132BF

Color #3132BF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3132BF

Tints of Persian Blue #3132BF

Color information

#3132BF (or 0x3132BF) is unknown color: approx Persian Blue. HEX triplet: 31, 32 and BF. RGB value is (49,50,191). Sum of RGB (Red+Green+Blue) = 49+50+191=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #3132BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3132BF is #CECD40. Grayscale: #414141. Windows color (decimal): -13552961 or 12530225. OLE color: 12530225.

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

Color convert

RGB4950191-
CMYK0.740.7400.25
HSL239.58º59.17%47.06%-
HSV(B)239.58º74.35%74.9%-
XYZ11.816.749.96-
YUV65.78198.67116.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 191 (75% from 255) = 65.86%
R=16.90%
G=17.24%
B=65.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49501910.740.7400.25239.5859.1747.06
Hex3132BF4A4A019f03b2f
Octal61622771121120313607357
Binary110001110010101111111001010100101001100111110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3132BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3132BF; }

 p { color: rgb(49,50,191); }

 H1.HeaderClassName
 {
   color: #3132BF;
 }
 .AnyTagClassName
 {
   color: #3132BF;
 }
</style>
background-color css

<style>
 a { background-color: #3132BF; }

 a { background-color: rgb(49,50,191); }

 div.DivClassName
 {
   background-color: #3132BF;
 }
 .BgClassName
 {
   background-color: #3132BF;
 }
</style>
border-color css

<style>
 span { border-color: #3132BF; }

 span { border-color: rgb(49,50,191); }

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