#313AB2

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

Shades of Persian Blue #313AB2

Tints of Persian Blue #313AB2

Color information

#313AB2 (or 0x313AB2) is unknown color: approx Persian Blue. HEX triplet: 31, 3A and B2. RGB value is (49,58,178). Sum of RGB (Red+Green+Blue) = 49+58+178=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 178 (69.92% from 255 or 62.46% from 285); Max value from RGB is 178 - color contains mainly: blue. Hex color #313AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AB2 is #CEC54D. Grayscale: #444444. Windows color (decimal): -13550926 or 11680305. OLE color: 11680305.

HSL color Cylindrical-coordinate representation of color #313AB2: hue angle of 235.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313AB2 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4958178-
CMYK0.720.6700.30
HSL235.81º56.83%44.51%-
HSV(B)235.81º72.47%69.8%-
XYZ10.826.8942.88-
YUV68.99189.52113.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 178 (69.92% from 255) = 62.46%
R=17.19%
G=20.35%
B=62.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49581780.720.6700.30235.8156.8344.51
Hex313AB2484301Eec392d
Octal61722621101030363547155
Binary110001111010101100101001000100001101111011101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,58,178); }

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

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

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

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

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

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

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