#2D0DAA

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

Shades of Ultramarine #2D0DAA

Tints of Ultramarine #2D0DAA

Color information

#2D0DAA (or 0x2D0DAA) is unknown color: approx Ultramarine. HEX triplet: 2D, 0D and AA. RGB value is (45,13,170). Sum of RGB (Red+Green+Blue) = 45+13+170=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D0DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0DAA is #D2F255. Grayscale: #272727. Windows color (decimal): -13824598 or 11144493. OLE color: 11144493.

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

Color convert

RGB4513170-
CMYK0.740.9200.33
HSL252.23º85.79%35.88%-
HSV(B)252.23º92.35%66.67%-
XYZ8.483.7538.31-
YUV40.47201.1131.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.74%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 170 (66.80% from 255) = 74.56%
R=19.74%
G=5.70%
B=74.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45131700.740.9200.33252.2385.7935.88
Hex2DDAA4A5C021fc5624
Octal551525211213404137412644
Binary101101110110101010100101010111000100001111111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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