#312FBA

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

Shades of Persian Blue #312FBA

Tints of Persian Blue #312FBA

Color information

#312FBA (or 0x312FBA) is unknown color: approx Persian Blue. HEX triplet: 31, 2F and BA. RGB value is (49,47,186). Sum of RGB (Red+Green+Blue) = 49+47+186=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #312FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FBA is #CED045. Grayscale: #3E3E3E. Windows color (decimal): -13553734 or 12201777. OLE color: 12201777.

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

Color convert

RGB4947186-
CMYK0.740.7500.27
HSL240.86º59.66%45.69%-
HSV(B)240.86º74.73%72.94%-
XYZ11.156.2347.07-
YUV63.44197.16117.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=17.38%
G=16.67%
B=65.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49471860.740.7500.27240.8659.6645.69
Hex312FBA4A4B01Bf13c2e
Octal61572721121130333617456
Binary110001101111101110101001010100101101101111110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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