#310AAB

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

Shades of Ultramarine #310AAB

Tints of Ultramarine #310AAB

Color information

#310AAB (or 0x310AAB) is unknown color: approx Ultramarine. HEX triplet: 31, 0A and AB. RGB value is (49,10,171). Sum of RGB (Red+Green+Blue) = 49+10+171=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #310AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AAB is #CEF554. Grayscale: #272727. Windows color (decimal): -13563221 or 11209265. OLE color: 11209265.

HSL color Cylindrical-coordinate representation of color #310AAB: hue angle of 254.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AAB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4910171-
CMYK0.710.9400.33
HSL254.53º88.95%35.49%-
HSV(B)254.53º94.15%67.06%-
XYZ8.733.8138.8-
YUV40.02201.92134.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=21.30%
G=4.35%
B=74.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49101710.710.9400.33254.5388.9535.49
Hex31AAB475E021ff5923
Octal611225310713604137713143
Binary110001101010101011100011110111100100001111111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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