#2A1E92

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

Shades of Ultramarine #2A1E92

Tints of Ultramarine #2A1E92

Color information

#2A1E92 (or 0x2A1E92) is unknown color: approx Ultramarine. HEX triplet: 2A, 1E and 92. RGB value is (42,30,146). Sum of RGB (Red+Green+Blue) = 42+30+146=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A1E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1E92 is #D5E16D. Grayscale: #2E2E2E. Windows color (decimal): -14016878 or 9575978. OLE color: 9575978.

HSL color Cylindrical-coordinate representation of color #2A1E92: hue angle of 246.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1E92 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4230146-
CMYK0.710.7900.43
HSL246.21º65.91%34.51%-
HSV(B)246.21º79.45%57.25%-
XYZ6.613.527.52-
YUV46.81183.98124.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 146 (57.42% from 255) = 66.97%
R=19.27%
G=13.76%
B=66.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42301460.710.7900.43246.2165.9134.51
Hex2A1E92474F02Bf64223
Octal523622210711705336610243
Binary1010101111010010010100011110011110101011111101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,146); }

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

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

 a { background-color: rgb(42,30,146); }

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

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

 span { border-color: rgb(42,30,146); }

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