#313EB7

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

Shades of Persian Blue #313EB7

Tints of Persian Blue #313EB7

Color information

#313EB7 (or 0x313EB7) is unknown color: approx Persian Blue. HEX triplet: 31, 3E and B7. RGB value is (49,62,183). Sum of RGB (Red+Green+Blue) = 49+62+183=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #313EB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EB7 is #CEC148. Grayscale: #474747. Windows color (decimal): -13549897 or 12009009. OLE color: 12009009.

HSL color Cylindrical-coordinate representation of color #313EB7: hue angle of 234.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #313EB7 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4962183-
CMYK0.730.6600.28
HSL234.18º57.76%45.49%-
HSV(B)234.18º73.22%71.76%-
XYZ11.547.5245.64-
YUV71.91190.69111.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 183 (71.88% from 255) = 62.24%
R=16.67%
G=21.09%
B=62.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49621830.730.6600.28234.1857.7645.49
Hex313EB7494201Cea3a2d
Octal61762671111020343527255
Binary110001111110101101111001001100001001110011101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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