#2D19AC

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

Shades of Ultramarine #2D19AC

Tints of Ultramarine #2D19AC

Color information

#2D19AC (or 0x2D19AC) is unknown color: approx Ultramarine. HEX triplet: 2D, 19 and AC. RGB value is (45,25,172). Sum of RGB (Red+Green+Blue) = 45+25+172=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D19AC is #D2E653. Grayscale: #2F2F2F. Windows color (decimal): -13821524 or 11278637. OLE color: 11278637.

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

Color convert

RGB4525172-
CMYK0.740.8500.33
HSL248.16º74.62%38.63%-
HSV(B)248.16º85.47%67.45%-
XYZ8.884.2339.38-
YUV47.74198.13126.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 172 (67.58% from 255) = 71.07%
R=18.60%
G=10.33%
B=71.07%

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
Decimal45251720.740.8500.33248.1674.6238.63
Hex2D19AC4A55021f84b27
Octal553125411212504137011347
Binary1011011100110101100100101010101010100001111110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D19AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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