#310ab5

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

Shades of Ultramarine #310AB5

Tints of Ultramarine #310AB5

Color information

#310AB5 (or 0x310AB5) is unknown color: approx Ultramarine. HEX triplet: 31, 0A and B5. RGB value is (49,10,181). Sum of RGB (Red+Green+Blue) = 49+10+181=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 181 (71.09% from 255 or 75.42% from 240); Max value from RGB is 181 - color contains mainly: blue. Hex color #310AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310AB5 is #CEF54A. Grayscale: #282828. Windows color (decimal): -13563211 or 11864625. OLE color: 11864625.

HSL color Cylindrical-coordinate representation of color #310AB5: hue angle of 253.68º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AB5 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4910181-
CMYK0.730.9400.29
HSL253.68º89.53%37.45%-
HSV(B)253.68º94.48%70.98%-
XYZ9.724.2144.02-
YUV41.16206.92133.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 181 (71.09% from 255) = 75.42%
R=20.42%
G=4.17%
B=75.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49101810.730.9400.29253.6889.5337.45
Hex31AB5495E01Dfe5a25
Octal611226511113603537613245
Binary11000110101011010110010011011110011101111111101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,10,181); }

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

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

 a { background-color: rgb(49,10,181); }

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

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

 span { border-color: rgb(49,10,181); }

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