#2D0FAD

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

Shades of Ultramarine #2D0FAD

Tints of Ultramarine #2D0FAD

Color information

#2D0FAD (or 0x2D0FAD) is unknown color: approx Ultramarine. HEX triplet: 2D, 0F and AD. RGB value is (45,15,173). Sum of RGB (Red+Green+Blue) = 45+15+173=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0FAD is #D2F052. Grayscale: #292929. Windows color (decimal): -13824083 or 11341613. OLE color: 11341613.

HSL color Cylindrical-coordinate representation of color #2D0FAD: hue angle of 251.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0FAD is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4515173-
CMYK0.740.9100.32
HSL251.39º84.04%36.86%-
HSV(B)251.39º91.33%67.84%-
XYZ8.83.9239.83-
YUV41.98201.94130.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 173 (67.97% from 255) = 74.25%
R=19.31%
G=6.44%
B=74.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45151730.740.9100.32251.3984.0436.86
Hex2DFAD4A5B020fb5425
Octal551725511213304037312445
Binary101101111110101101100101010110110100000111110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,15,173); }

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

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

 a { background-color: rgb(45,15,173); }

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

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

 span { border-color: rgb(45,15,173); }

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