#313BBF

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

Shades of Persian Blue #313BBF

Tints of Persian Blue #313BBF

Color information

#313BBF (or 0x313BBF) is unknown color: approx Persian Blue. HEX triplet: 31, 3B and BF. RGB value is (49,59,191). Sum of RGB (Red+Green+Blue) = 49+59+191=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #313BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBF is #CEC440. Grayscale: #464646. Windows color (decimal): -13550657 or 12532529. OLE color: 12532529.

HSL color Cylindrical-coordinate representation of color #313BBF: hue angle of 235.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313BBF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4959191-
CMYK0.740.6900.25
HSL235.77º59.17%47.06%-
HSV(B)235.77º74.35%74.9%-
XYZ12.237.5450.1-
YUV71.06195.69112.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 191 (75% from 255) = 63.88%
R=16.39%
G=19.73%
B=63.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49591910.740.6900.25235.7759.1747.06
Hex313BBF4A45019ec3b2f
Octal61732771121050313547357
Binary110001111011101111111001010100010101100111101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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