#2A2293

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

Shades of Ultramarine #2A2293

Tints of Ultramarine #2A2293

Color information

#2A2293 (or 0x2A2293) is unknown color: approx Ultramarine. HEX triplet: 2A, 22 and 93. RGB value is (42,34,147). Sum of RGB (Red+Green+Blue) = 42+34+147=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2293 is #D5DD6C. Grayscale: #303030. Windows color (decimal): -14015853 or 9642538. OLE color: 9642538.

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

Color convert

RGB4234147-
CMYK0.710.7700.42
HSL244.25º62.43%35.49%-
HSV(B)244.25º76.87%57.65%-
XYZ6.793.7427.97-
YUV49.27183.15122.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 147 (57.81% from 255) = 65.92%
R=18.83%
G=15.25%
B=65.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42341470.710.7700.42244.2562.4335.49
Hex2A2293474D02Af43e23
Octal52422231071150523647643
Binary1010101000101001001110001111001101010101011110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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