#313BB1

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

Shades of Persian Blue #313BB1

Tints of Persian Blue #313BB1

Color information

#313BB1 (or 0x313BB1) is unknown color: approx Persian Blue. HEX triplet: 31, 3B and B1. RGB value is (49,59,177). Sum of RGB (Red+Green+Blue) = 49+59+177=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #313BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BB1 is #CEC44E. Grayscale: #444444. Windows color (decimal): -13550671 or 11615025. OLE color: 11615025.

HSL color Cylindrical-coordinate representation of color #313BB1: hue angle of 235.31º degrees, saturation: 0.57, 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 #313BB1 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4959177-
CMYK0.720.6700.31
HSL235.31º56.64%44.31%-
HSV(B)235.31º72.32%69.41%-
XYZ10.776.9642.37-
YUV69.46188.69113.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=17.19%
G=20.70%
B=62.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49591770.720.6700.31235.3156.6444.31
Hex313BB1484301Feb392c
Octal61732611101030373537154
Binary110001111011101100011001000100001101111111101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,59,177); }

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

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

 a { background-color: rgb(49,59,177); }

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

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

 span { border-color: rgb(49,59,177); }

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