#2D0DAD

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

Shades of Ultramarine #2D0DAD

Tints of Ultramarine #2D0DAD

Color information

#2D0DAD (or 0x2D0DAD) is unknown color: approx Ultramarine. HEX triplet: 2D, 0D and AD. RGB value is (45,13,173). Sum of RGB (Red+Green+Blue) = 45+13+173=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0DAD is #D2F252. Grayscale: #282828. Windows color (decimal): -13824595 or 11341101. OLE color: 11341101.

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

Color convert

RGB4513173-
CMYK0.740.9200.32
HSL252º86.02%36.47%-
HSV(B)252º92.49%67.84%-
XYZ8.773.8639.82-
YUV40.81202.6130.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 173 (67.97% from 255) = 74.89%
R=19.48%
G=5.63%
B=74.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45131730.740.9200.3225286.0236.47
Hex2DDAD4A5C020fc5624
Octal551525511213404037412644
Binary101101110110101101100101010111000100000111111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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