#310AAF

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

Shades of Ultramarine #310AAF

Tints of Ultramarine #310AAF

Color information

#310AAF (or 0x310AAF) is unknown color: approx Ultramarine. HEX triplet: 31, 0A and AF. RGB value is (49,10,175). Sum of RGB (Red+Green+Blue) = 49+10+175=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #310AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AAF is #CEF550. Grayscale: #272727. Windows color (decimal): -13563217 or 11471409. OLE color: 11471409.

HSL color Cylindrical-coordinate representation of color #310AAF: hue angle of 254.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AAF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4910175-
CMYK0.720.9400.31
HSL254.18º89.19%36.27%-
HSV(B)254.18º94.29%68.63%-
XYZ9.113.9740.84-
YUV40.47203.92134.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 175 (68.75% from 255) = 74.79%
R=20.94%
G=4.27%
B=74.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49101750.720.9400.31254.1889.1936.27
Hex31AAF485E01Ffe5924
Octal611225711013603737613144
Binary11000110101010111110010001011110011111111111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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