#2A16B4

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

Shades of Ultramarine #2A16B4

Tints of Ultramarine #2A16B4

Color information

#2A16B4 (or 0x2A16B4) is unknown color: approx Ultramarine. HEX triplet: 2A, 16 and B4. RGB value is (42,22,180). Sum of RGB (Red+Green+Blue) = 42+22+180=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 180 (70.70% from 255 or 73.77% from 244); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A16B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A16B4 is #D5E94B. Grayscale: #2D2D2D. Windows color (decimal): -14018892 or 11802154. OLE color: 11802154.

HSL color Cylindrical-coordinate representation of color #2A16B4: hue angle of 247.59º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A16B4 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4222180-
CMYK0.770.8800.29
HSL247.59º78.22%39.61%-
HSV(B)247.59º87.78%70.59%-
XYZ9.484.3643.52-
YUV45.99203.63125.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 180 (70.70% from 255) = 73.77%
R=17.21%
G=9.02%
B=73.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42221800.770.8800.29247.5978.2239.61
Hex2A16B44D5801Df84e28
Octal522626411513003537011650
Binary101010101101011010010011011011000011101111110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A16B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,22,180); }

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

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

 a { background-color: rgb(42,22,180); }

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

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

 span { border-color: rgb(42,22,180); }

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