#2A249D

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

Shades of Ultramarine #2A249D

Tints of Ultramarine #2A249D

Color information

#2A249D (or 0x2A249D) is unknown color: approx Ultramarine. HEX triplet: 2A, 24 and 9D. RGB value is (42,36,157). Sum of RGB (Red+Green+Blue) = 42+36+157=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A249D is #D5DB62. Grayscale: #333333. Windows color (decimal): -14015331 or 10298410. OLE color: 10298410.

HSL color Cylindrical-coordinate representation of color #2A249D: hue angle of 242.98º 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 #2A249D is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4236157-
CMYK0.730.7700.38
HSL242.98º62.69%37.84%-
HSV(B)242.98º77.07%61.57%-
XYZ7.674.1932.3-
YUV51.59187.49121.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 157 (61.72% from 255) = 66.81%
R=17.87%
G=15.32%
B=66.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42361570.730.7700.38242.9862.6937.84
Hex2A249D494D026f33f26
Octal52442351111150463637746
Binary1010101001001001110110010011001101010011011110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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