#2A2499

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

Shades of Ultramarine #2A2499

Tints of Ultramarine #2A2499

Color information

#2A2499 (or 0x2A2499) is unknown color: approx Ultramarine. HEX triplet: 2A, 24 and 99. RGB value is (42,36,153). Sum of RGB (Red+Green+Blue) = 42+36+153=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A2499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2499 is #D5DB66. Grayscale: #323232. Windows color (decimal): -14015335 or 10036266. OLE color: 10036266.

HSL color Cylindrical-coordinate representation of color #2A2499: hue angle of 243.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2499 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4236153-
CMYK0.730.7600.4
HSL243.08º61.9%37.06%-
HSV(B)243.08º76.47%60%-
XYZ7.344.0530.53-
YUV51.13185.49121.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=18.18%
G=15.58%
B=66.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42361530.730.7600.4243.0861.937.06
Hex2A2499494C028f33e25
Octal52442311111140503637645
Binary1010101001001001100110010011001100010100011110011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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