#310FBD

Color #310FBD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #310FBD

Tints of Medium Blue #310FBD

Color information

#310FBD (or 0x310FBD) is unknown color: approx Medium Blue. HEX triplet: 31, 0F and BD. RGB value is (49,15,189). Sum of RGB (Red+Green+Blue) = 49+15+189=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #310FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FBD is #CEF042. Grayscale: #2C2C2C. Windows color (decimal): -13561923 or 12390193. OLE color: 12390193.

HSL color Cylindrical-coordinate representation of color #310FBD: hue angle of 251.72º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310FBD is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4915189-
CMYK0.740.9200.26
HSL251.72º85.29%40%-
HSV(B)251.72º92.06%74.12%-
XYZ10.624.6748.49-
YUV45209.26130.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=19.37%
G=5.93%
B=74.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49151890.740.9200.26251.7285.2940
Hex31FBD4A5C01Afc5528
Octal611727511213403237412550
Binary11000111111011110110010101011100011010111111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310FBD; }

 p { color: rgb(49,15,189); }

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

<style>
 a { background-color: #310FBD; }

 a { background-color: rgb(49,15,189); }

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

<style>
 span { border-color: #310FBD; }

 span { border-color: rgb(49,15,189); }

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