#2A219E

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

Shades of Ultramarine #2A219E

Tints of Ultramarine #2A219E

Color information

#2A219E (or 0x2A219E) is unknown color: approx Ultramarine. HEX triplet: 2A, 21 and 9E. RGB value is (42,33,158). Sum of RGB (Red+Green+Blue) = 42+33+158=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A219E is #D5DE61. Grayscale: #313131. Windows color (decimal): -14016098 or 10363178. OLE color: 10363178.

HSL color Cylindrical-coordinate representation of color #2A219E: hue angle of 244.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A219E is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4233158-
CMYK0.730.7900.38
HSL244.32º65.45%37.45%-
HSV(B)244.32º79.11%61.96%-
XYZ7.674.0532.72-
YUV49.94188.98122.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=18.03%
G=14.16%
B=67.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42331580.730.7900.38244.3265.4537.45
Hex2A219E494F026f44125
Octal524123611111704636410145
Binary10101010000110011110100100110011110100110111101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,158); }

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

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

 a { background-color: rgb(42,33,158); }

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

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

 span { border-color: rgb(42,33,158); }

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