#310CBF

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

Shades of Medium Blue #310CBF

Tints of Medium Blue #310CBF

Color information

#310CBF (or 0x310CBF) is unknown color: approx Medium Blue. HEX triplet: 31, 0C and BF. RGB value is (49,12,191). Sum of RGB (Red+Green+Blue) = 49+12+191=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #310CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CBF is #CEF340. Grayscale: #2A2A2A. Windows color (decimal): -13562689 or 12520497. OLE color: 12520497.

HSL color Cylindrical-coordinate representation of color #310CBF: hue angle of 252.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CBF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4912191-
CMYK0.740.9400.25
HSL252.4º88.18%39.8%-
HSV(B)252.4º93.72%74.9%-
XYZ10.84.6849.62-
YUV43.47211.26131.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 191 (75% from 255) = 75.79%
R=19.44%
G=4.76%
B=75.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49121910.740.9400.25252.488.1839.8
Hex31CBF4A5E019fc5828
Octal611427711213603137413050
Binary11000111001011111110010101011110011001111111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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