#3112AE

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

Shades of Ultramarine #3112AE

Tints of Ultramarine #3112AE

Color information

#3112AE (or 0x3112AE) is unknown color: approx Ultramarine. HEX triplet: 31, 12 and AE. RGB value is (49,18,174). Sum of RGB (Red+Green+Blue) = 49+18+174=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #3112AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3112AE is #CEED51. Grayscale: #2C2C2C. Windows color (decimal): -13561170 or 11407921. OLE color: 11407921.

HSL color Cylindrical-coordinate representation of color #3112AE: hue angle of 251.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3112AE is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4918174-
CMYK0.720.9000.32
HSL251.92º81.25%37.65%-
HSV(B)251.92º89.66%68.24%-
XYZ9.124.1440.36-
YUV45.05200.77130.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=20.33%
G=7.47%
B=72.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49181740.720.9000.32251.9281.2537.65
Hex3112AE485A020fc5126
Octal612225611013204037412146
Binary1100011001010101110100100010110100100000111111001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3112AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3112AE; }

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

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

<style>
 a { background-color: #3112AE; }

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

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

<style>
 span { border-color: #3112AE; }

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

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