#310CAE

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

Shades of Ultramarine #310CAE

Tints of Ultramarine #310CAE

Color information

#310CAE (or 0x310CAE) is unknown color: approx Ultramarine. HEX triplet: 31, 0C and AE. RGB value is (49,12,174). Sum of RGB (Red+Green+Blue) = 49+12+174=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #310CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CAE is #CEF351. Grayscale: #282828. Windows color (decimal): -13562706 or 11406385. OLE color: 11406385.

HSL color Cylindrical-coordinate representation of color #310CAE: hue angle of 253.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310CAE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4912174-
CMYK0.720.9300.32
HSL253.7º87.1%36.47%-
HSV(B)253.7º93.1%68.24%-
XYZ9.043.9740.33-
YUV41.53202.76133.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 174 (68.36% from 255) = 74.04%
R=20.85%
G=5.11%
B=74.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49121740.720.9300.32253.787.136.47
Hex31CAE485D020fe5724
Octal611425611013504037612744
Binary110001110010101110100100010111010100000111111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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