#310DCA

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

Shades of Medium Blue #310DCA

Tints of Medium Blue #310DCA

Color information

#310DCA (or 0x310DCA) is unknown color: approx Medium Blue. HEX triplet: 31, 0D and CA. RGB value is (49,13,202). Sum of RGB (Red+Green+Blue) = 49+13+202=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #310DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DCA is #CEF235. Grayscale: #2C2C2C. Windows color (decimal): -13562422 or 13241649. OLE color: 13241649.

HSL color Cylindrical-coordinate representation of color #310DCA: hue angle of 251.43º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DCA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4913202-
CMYK0.760.9400.21
HSL251.43º87.91%42.16%-
HSV(B)251.43º93.56%79.22%-
XYZ12.075.2156.25-
YUV45.31216.43130.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 202 (79.30% from 255) = 76.52%
R=18.56%
G=4.92%
B=76.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49132020.760.9400.21251.4387.9142.16
Hex31DCA4C5E015fb582a
Octal611531211413602537313052
Binary11000111011100101010011001011110010101111110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,202); }

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

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

 a { background-color: rgb(49,13,202); }

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

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

 span { border-color: rgb(49,13,202); }

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