#2D249A

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

Shades of Ultramarine #2D249A

Tints of Ultramarine #2D249A

Color information

#2D249A (or 0x2D249A) is unknown color: approx Ultramarine. HEX triplet: 2D, 24 and 9A. RGB value is (45,36,154). Sum of RGB (Red+Green+Blue) = 45+36+154=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D249A is #D2DB65. Grayscale: #333333. Windows color (decimal): -13818726 or 10101805. OLE color: 10101805.

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

Color convert

RGB4536154-
CMYK0.710.7700.40
HSL244.58º62.11%37.25%-
HSV(B)244.58º76.62%60.39%-
XYZ7.554.1530.98-
YUV52.14185.48122.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=19.15%
G=15.32%
B=65.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45361540.710.7700.40244.5862.1137.25
Hex2D249A474D028f53e25
Octal55442321071150503657645
Binary1011011001001001101010001111001101010100011110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,154); }

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

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

 a { background-color: rgb(45,36,154); }

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

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

 span { border-color: rgb(45,36,154); }

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