#313CBA

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

Shades of Persian Blue #313CBA

Tints of Persian Blue #313CBA

Color information

#313CBA (or 0x313CBA) is unknown color: approx Persian Blue. HEX triplet: 31, 3C and BA. RGB value is (49,60,186). Sum of RGB (Red+Green+Blue) = 49+60+186=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #313CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CBA is #CEC345. Grayscale: #464646. Windows color (decimal): -13550406 or 12205105. OLE color: 12205105.

HSL color Cylindrical-coordinate representation of color #313CBA: hue angle of 235.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313CBA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4960186-
CMYK0.740.6800.27
HSL235.18º58.3%46.08%-
HSV(B)235.18º73.66%72.94%-
XYZ11.757.4347.27-
YUV71.07192.86112.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=16.61%
G=20.34%
B=63.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49601860.740.6800.27235.1858.346.08
Hex313CBA4A4401Beb3a2e
Octal61742721121040333537256
Binary110001111100101110101001010100010001101111101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,60,186); }

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

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

 a { background-color: rgb(49,60,186); }

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

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

 span { border-color: rgb(49,60,186); }

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