#2D19AB

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

Shades of Ultramarine #2D19AB

Tints of Ultramarine #2D19AB

Color information

#2D19AB (or 0x2D19AB) is unknown color: approx Ultramarine. HEX triplet: 2D, 19 and AB. RGB value is (45,25,171). Sum of RGB (Red+Green+Blue) = 45+25+171=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D19AB is #D2E654. Grayscale: #2F2F2F. Windows color (decimal): -13821525 or 11213101. OLE color: 11213101.

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

Color convert

RGB4525171-
CMYK0.740.8500.33
HSL248.22º74.49%38.43%-
HSV(B)248.22º85.38%67.06%-
XYZ8.784.1938.87-
YUV47.62197.63126.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=18.67%
G=10.37%
B=70.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45251710.740.8500.33248.2274.4938.43
Hex2D19AB4A55021f84a26
Octal553125311212504137011246
Binary1011011100110101011100101010101010100001111110001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D19AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,25,171); }

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

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

 a { background-color: rgb(45,25,171); }

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

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

 span { border-color: rgb(45,25,171); }

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