#2D0BAB

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

Shades of Ultramarine #2D0BAB

Tints of Ultramarine #2D0BAB

Color information

#2D0BAB (or 0x2D0BAB) is unknown color: approx Ultramarine. HEX triplet: 2D, 0B and AB. RGB value is (45,11,171). Sum of RGB (Red+Green+Blue) = 45+11+171=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0BAB is #D2F454. Grayscale: #262626. Windows color (decimal): -13825109 or 11209517. OLE color: 11209517.

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

Color convert

RGB4511171-
CMYK0.740.9400.33
HSL252.75º87.91%35.69%-
HSV(B)252.75º93.57%67.06%-
XYZ8.553.7438.8-
YUV39.41202.26131.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 171 (67.19% from 255) = 75.33%
R=19.82%
G=4.85%
B=75.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45111710.740.9400.33252.7587.9135.69
Hex2DBAB4A5E021fd5824
Octal551325311213604137513044
Binary101101101110101011100101010111100100001111111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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