#2A20A0

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

Shades of Ultramarine #2A20A0

Tints of Ultramarine #2A20A0

Color information

#2A20A0 (or 0x2A20A0) is unknown color: approx Ultramarine. HEX triplet: 2A, 20 and A0. RGB value is (42,32,160). Sum of RGB (Red+Green+Blue) = 42+32+160=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A20A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A20A0 is #D5DF5F. Grayscale: #313131. Windows color (decimal): -14016352 or 10493994. OLE color: 10493994.

HSL color Cylindrical-coordinate representation of color #2A20A0: hue angle of 244.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A20A0 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4232160-
CMYK0.740.8000.37
HSL244.69º66.67%37.65%-
HSV(B)244.69º80%62.75%-
XYZ7.824.0633.63-
YUV49.58190.31122.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 160 (62.89% from 255) = 68.38%
R=17.95%
G=13.68%
B=68.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42321600.740.8000.37244.6966.6737.65
Hex2A20A04A50025f54326
Octal524024011212004536510346
Binary10101010000010100000100101010100000100101111101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A20A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,160); }

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

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

 a { background-color: rgb(42,32,160); }

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

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

 span { border-color: rgb(42,32,160); }

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