#313FB0

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

Shades of Persian Blue #313FB0

Tints of Persian Blue #313FB0

Color information

#313FB0 (or 0x313FB0) is unknown color: approx Persian Blue. HEX triplet: 31, 3F and B0. RGB value is (49,63,176). Sum of RGB (Red+Green+Blue) = 49+63+176=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #313FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FB0 is #CEC04F. Grayscale: #474747. Windows color (decimal): -13549648 or 11550513. OLE color: 11550513.

HSL color Cylindrical-coordinate representation of color #313FB0: hue angle of 233.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313FB0 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4963176-
CMYK0.720.6400.31
HSL233.39º56.44%44.12%-
HSV(B)233.39º72.16%69.02%-
XYZ10.887.3441.92-
YUV71.7186.86111.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 176 (69.14% from 255) = 61.11%
R=17.01%
G=21.88%
B=61.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49631760.720.6400.31233.3956.4444.12
Hex313FB0484001Fe9382c
Octal61772601101000373517054
Binary110001111111101100001001000100000001111111101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,176); }

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

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

 a { background-color: rgb(49,63,176); }

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

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

 span { border-color: rgb(49,63,176); }

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