#3133BB

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

Shades of Persian Blue #3133BB

Tints of Persian Blue #3133BB

Color information

#3133BB (or 0x3133BB) is unknown color: approx Persian Blue. HEX triplet: 31, 33 and BB. RGB value is (49,51,187). Sum of RGB (Red+Green+Blue) = 49+51+187=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #3133BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133BB is #CECC44. Grayscale: #414141. Windows color (decimal): -13552709 or 12268337. OLE color: 12268337.

HSL color Cylindrical-coordinate representation of color #3133BB: hue angle of 239.13º 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 #3133BB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4951187-
CMYK0.740.7300.27
HSL239.13º58.47%46.27%-
HSV(B)239.13º73.8%73.33%-
XYZ11.426.6147.69-
YUV65.91196.34115.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=17.07%
G=17.77%
B=65.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49511870.740.7300.27239.1358.4746.27
Hex3133BB4A4901Bef3a2e
Octal61632731121110333577256
Binary110001110011101110111001010100100101101111101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3133BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3133BB; }

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

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

<style>
 a { background-color: #3133BB; }

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

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

<style>
 span { border-color: #3133BB; }

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

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