#3112A2

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

Shades of Ultramarine #3112A2

Tints of Ultramarine #3112A2

Color information

#3112A2 (or 0x3112A2) is unknown color: approx Ultramarine. HEX triplet: 31, 12 and A2. RGB value is (49,18,162). Sum of RGB (Red+Green+Blue) = 49+18+162=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #3112A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3112A2 is #CEED5D. Grayscale: #2B2B2B. Windows color (decimal): -13561182 or 10621489. OLE color: 10621489.

HSL color Cylindrical-coordinate representation of color #3112A2: hue angle of 252.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3112A2 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4918162-
CMYK0.700.8900.36
HSL252.92º80%35.29%-
HSV(B)252.92º88.89%63.53%-
XYZ83.6934.47-
YUV43.68194.77131.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 162 (63.67% from 255) = 70.74%
R=21.40%
G=7.86%
B=70.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49181620.700.8900.36252.928035.29
Hex3112A24659024fd5023
Octal612224210613104437512043
Binary1100011001010100010100011010110010100100111111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3112A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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