#313FBA

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

Shades of Persian Blue #313FBA

Tints of Persian Blue #313FBA

Color information

#313FBA (or 0x313FBA) is unknown color: approx Persian Blue. HEX triplet: 31, 3F and BA. RGB value is (49,63,186). Sum of RGB (Red+Green+Blue) = 49+63+186=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #313FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FBA is #CEC045. Grayscale: #484848. Windows color (decimal): -13549638 or 12205873. OLE color: 12205873.

HSL color Cylindrical-coordinate representation of color #313FBA: hue angle of 233.87º 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 #313FBA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4963186-
CMYK0.740.6600.27
HSL233.87º58.3%46.08%-
HSV(B)233.87º73.66%72.94%-
XYZ11.917.7547.32-
YUV72.84191.86111-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=16.44%
G=21.14%
B=62.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49631860.740.6600.27233.8758.346.08
Hex313FBA4A4201Bea3a2e
Octal61772721121020333527256
Binary110001111111101110101001010100001001101111101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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