#2A249F

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

Shades of Ultramarine #2A249F

Tints of Ultramarine #2A249F

Color information

#2A249F (or 0x2A249F) is unknown color: approx Ultramarine. HEX triplet: 2A, 24 and 9F. RGB value is (42,36,159). Sum of RGB (Red+Green+Blue) = 42+36+159=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A249F is #D5DB60. Grayscale: #333333. Windows color (decimal): -14015329 or 10429482. OLE color: 10429482.

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

Color convert

RGB4236159-
CMYK0.740.7700.38
HSL242.93º63.08%38.24%-
HSV(B)242.93º77.36%62.35%-
XYZ7.844.2633.21-
YUV51.82188.49121-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=17.72%
G=15.19%
B=67.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42361590.740.7700.38242.9363.0838.24
Hex2A249F4A4D026f33f26
Octal52442371121150463637746
Binary1010101001001001111110010101001101010011011110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,159); }

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

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

 a { background-color: rgb(42,36,159); }

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

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

 span { border-color: rgb(42,36,159); }

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