#313EA2

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

Shades of Persian Blue #313EA2

Tints of Persian Blue #313EA2

Color information

#313EA2 (or 0x313EA2) is unknown color: approx Persian Blue. HEX triplet: 31, 3E and A2. RGB value is (49,62,162). Sum of RGB (Red+Green+Blue) = 49+62+162=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #313EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EA2 is #CEC15D. Grayscale: #454545. Windows color (decimal): -13549918 or 10632753. OLE color: 10632753.

HSL color Cylindrical-coordinate representation of color #313EA2: hue angle of 233.1º 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 #313EA2 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4962162-
CMYK0.700.6200.36
HSL233.1º53.55%41.37%-
HSV(B)233.1º69.75%63.53%-
XYZ9.516.7134.98-
YUV69.51180.19113.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=17.95%
G=22.71%
B=59.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49621620.700.6200.36233.153.5541.37
Hex313EA2463E024e93629
Octal6176242106760443516651
Binary110001111110101000101000110111110010010011101001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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