#313AB3

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

Shades of Persian Blue #313AB3

Tints of Persian Blue #313AB3

Color information

#313AB3 (or 0x313AB3) is unknown color: approx Persian Blue. HEX triplet: 31, 3A and B3. RGB value is (49,58,179). Sum of RGB (Red+Green+Blue) = 49+58+179=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 179 (70.31% from 255 or 62.59% from 286); Max value from RGB is 179 - color contains mainly: blue. Hex color #313AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AB3 is #CEC54C. Grayscale: #444444. Windows color (decimal): -13550925 or 11745841. OLE color: 11745841.

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

Color convert

RGB4958179-
CMYK0.730.6800.30
HSL235.85º57.02%44.71%-
HSV(B)235.85º72.63%70.2%-
XYZ10.926.9343.41-
YUV69.1190.02113.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 179 (70.31% from 255) = 62.59%
R=17.13%
G=20.28%
B=62.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49581790.730.6800.30235.8557.0244.71
Hex313AB3494401Eec392d
Octal61722631111040363547155
Binary110001111010101100111001001100010001111011101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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