#2E12B3

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

Shades of Ultramarine #2E12B3

Tints of Ultramarine #2E12B3

Color information

#2E12B3 (or 0x2E12B3) is unknown color: approx Ultramarine. HEX triplet: 2E, 12 and B3. RGB value is (46,18,179). Sum of RGB (Red+Green+Blue) = 46+18+179=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E12B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E12B3 is #D1ED4C. Grayscale: #2C2C2C. Windows color (decimal): -13757773 or 11735598. OLE color: 11735598.

HSL color Cylindrical-coordinate representation of color #2E12B3: hue angle of 250.43º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E12B3 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4618179-
CMYK0.740.9000.30
HSL250.43º81.73%38.63%-
HSV(B)250.43º89.94%70.2%-
XYZ9.484.2742.97-
YUV44.73203.78128.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 179 (70.31% from 255) = 73.66%
R=18.93%
G=7.41%
B=73.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46181790.740.9000.30250.4381.7338.63
Hex2E12B34A5A01Efa5227
Octal562226311213203637212247
Binary101110100101011001110010101011010011110111110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E12B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E12B3; }

 p { color: rgb(46,18,179); }

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

<style>
 a { background-color: #2E12B3; }

 a { background-color: rgb(46,18,179); }

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

<style>
 span { border-color: #2E12B3; }

 span { border-color: rgb(46,18,179); }

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