#2A2092

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

Shades of Ultramarine #2A2092

Tints of Ultramarine #2A2092

Color information

#2A2092 (or 0x2A2092) is unknown color: approx Ultramarine. HEX triplet: 2A, 20 and 92. RGB value is (42,32,146). Sum of RGB (Red+Green+Blue) = 42+32+146=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A2092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2092 is #D5DF6D. Grayscale: #2F2F2F. Windows color (decimal): -14016366 or 9576490. OLE color: 9576490.

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

Color convert

RGB4232146-
CMYK0.710.7800.43
HSL245.26º64.04%34.9%-
HSV(B)245.26º78.08%57.25%-
XYZ6.663.627.54-
YUV47.99183.31123.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=19.09%
G=14.55%
B=66.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42321460.710.7800.43245.2664.0434.9
Hex2A2092474E02Bf54023
Octal524022210711605336510043
Binary10101010000010010010100011110011100101011111101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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