#2A209A

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

Shades of Ultramarine #2A209A

Tints of Ultramarine #2A209A

Color information

#2A209A (or 0x2A209A) is unknown color: approx Ultramarine. HEX triplet: 2A, 20 and 9A. RGB value is (42,32,154). Sum of RGB (Red+Green+Blue) = 42+32+154=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A209A is #D5DF65. Grayscale: #303030. Windows color (decimal): -14016358 or 10100778. OLE color: 10100778.

HSL color Cylindrical-coordinate representation of color #2A209A: hue angle of 244.92º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A209A is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4232154-
CMYK0.730.7900.40
HSL244.92º65.59%36.47%-
HSV(B)244.92º79.22%60.39%-
XYZ7.33.8630.93-
YUV48.9187.31123.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 154 (60.55% from 255) = 67.54%
R=18.42%
G=14.04%
B=67.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42321540.730.7900.40244.9265.5936.47
Hex2A209A494F028f54224
Octal524023211111705036510244
Binary10101010000010011010100100110011110101000111101011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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