#2A2292

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

Shades of Ultramarine #2A2292

Tints of Ultramarine #2A2292

Color information

#2A2292 (or 0x2A2292) is unknown color: approx Ultramarine. HEX triplet: 2A, 22 and 92. RGB value is (42,34,146). Sum of RGB (Red+Green+Blue) = 42+34+146=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2292 is #D5DD6D. Grayscale: #303030. Windows color (decimal): -14015854 or 9577002. OLE color: 9577002.

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

Color convert

RGB4234146-
CMYK0.710.7700.43
HSL244.29º62.22%35.29%-
HSV(B)244.29º76.71%57.25%-
XYZ6.723.7127.56-
YUV49.16182.65122.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=18.92%
G=15.32%
B=65.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42341460.710.7700.43244.2962.2235.29
Hex2A2292474D02Bf43e23
Octal52422221071150533647643
Binary1010101000101001001010001111001101010101111110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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