#3131bb

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

Shades of Persian Blue #3131BB

Tints of Persian Blue #3131BB

Color information

#3131BB (or 0x3131BB) is unknown color: approx Persian Blue. HEX triplet: 31, 31 and BB. RGB value is (49,49,187). Sum of RGB (Red+Green+Blue) = 49+49+187=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #3131BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131BB is #CECE44. Grayscale: #404040. Windows color (decimal): -13553221 or 12267825. OLE color: 12267825.

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

Color convert

RGB4949187-
CMYK0.740.7400.27
HSL240º58.47%46.27%-
HSV(B)240º73.8%73.33%-
XYZ11.336.4447.66-
YUV64.73197116.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 187 (73.44% from 255) = 65.61%
R=17.19%
G=17.19%
B=65.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49491870.740.7400.2724058.4746.27
Hex3131BB4A4A01Bf03a2e
Octal61612731121120333607256
Binary110001110001101110111001010100101001101111110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3131bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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