#2D0DB1

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

Shades of Ultramarine #2D0DB1

Tints of Ultramarine #2D0DB1

Color information

#2D0DB1 (or 0x2D0DB1) is unknown color: approx Ultramarine. HEX triplet: 2D, 0D and B1. RGB value is (45,13,177). Sum of RGB (Red+Green+Blue) = 45+13+177=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #2D0DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0DB1 is #D2F24E. Grayscale: #282828. Windows color (decimal): -13824591 or 11603245. OLE color: 11603245.

HSL color Cylindrical-coordinate representation of color #2D0DB1: hue angle of 251.71º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0DB1 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4513177-
CMYK0.750.9300.31
HSL251.71º86.32%37.25%-
HSV(B)251.71º92.66%69.41%-
XYZ9.164.0241.89-
YUV41.26204.6130.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 177 (69.53% from 255) = 75.32%
R=19.15%
G=5.53%
B=75.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45131770.750.9300.31251.7186.3237.25
Hex2DDB14B5D01Ffc5625
Octal551526111313503737412645
Binary10110111011011000110010111011101011111111111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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