#313BA2

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

Shades of Persian Blue #313BA2

Tints of Persian Blue #313BA2

Color information

#313BA2 (or 0x313BA2) is unknown color: approx Persian Blue. HEX triplet: 31, 3B and A2. RGB value is (49,59,162). Sum of RGB (Red+Green+Blue) = 49+59+162=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #313BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BA2 is #CEC45D. Grayscale: #434343. Windows color (decimal): -13550686 or 10631985. OLE color: 10631985.

HSL color Cylindrical-coordinate representation of color #313BA2: hue angle of 234.69º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #313BA2 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4959162-
CMYK0.700.6400.36
HSL234.69º53.55%41.37%-
HSV(B)234.69º69.75%63.53%-
XYZ9.356.3934.92-
YUV67.75181.19114.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 162 (63.67% from 255) = 60%
R=18.15%
G=21.85%
B=60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49591620.700.6400.36234.6953.5541.37
Hex313BA24640024eb3629
Octal61732421061000443536651
Binary1100011110111010001010001101000000010010011101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313BA2; }

 p { color: rgb(49,59,162); }

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

<style>
 a { background-color: #313BA2; }

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

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

<style>
 span { border-color: #313BA2; }

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

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