#2A2796

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

Shades of Ultramarine #2A2796

Tints of Ultramarine #2A2796

Color information

#2A2796 (or 0x2A2796) is unknown color: approx Ultramarine. HEX triplet: 2A, 27 and 96. RGB value is (42,39,150). Sum of RGB (Red+Green+Blue) = 42+39+150=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2796 is #D5D869. Grayscale: #343434. Windows color (decimal): -14014570 or 9840426. OLE color: 9840426.

HSL color Cylindrical-coordinate representation of color #2A2796: hue angle of 241.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2796 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4239150-
CMYK0.720.7400.41
HSL241.62º58.73%37.06%-
HSV(B)241.62º74%58.82%-
XYZ7.194.1529.28-
YUV52.55182.99120.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=18.18%
G=16.88%
B=64.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42391500.720.7400.41241.6258.7337.06
Hex2A2796484A029f23b25
Octal52472261101120513627345
Binary1010101001111001011010010001001010010100111110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,150); }

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

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

 a { background-color: rgb(42,39,150); }

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

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

 span { border-color: rgb(42,39,150); }

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