#3131B6

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

Shades of Persian Blue #3131B6

Tints of Persian Blue #3131B6

Color information

#3131B6 (or 0x3131B6) is unknown color: approx Persian Blue. HEX triplet: 31, 31 and B6. RGB value is (49,49,182). Sum of RGB (Red+Green+Blue) = 49+49+182=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #3131B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131B6 is #CECE49. Grayscale: #3F3F3F. Windows color (decimal): -13553226 or 11940145. OLE color: 11940145.

HSL color Cylindrical-coordinate representation of color #3131B6: hue angle of 240º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3131B6 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4949182-
CMYK0.730.7300.29
HSL240º57.58%45.29%-
HSV(B)240º73.08%71.37%-
XYZ10.816.2344.89-
YUV64.16194.5117.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 182 (71.48% from 255) = 65%
R=17.5%
G=17.5%
B=65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49491820.730.7300.2924057.5845.29
Hex3131B6494901Df03a2d
Octal61612661111110353607255
Binary110001110001101101101001001100100101110111110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3131B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3131B6; }

 p { color: rgb(49,49,182); }

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

<style>
 a { background-color: #3131B6; }

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

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

<style>
 span { border-color: #3131B6; }

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

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