#2D00D1

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

Shades of Medium Blue #2D00D1

Tints of Medium Blue #2D00D1

Color information

#2D00D1 (or 0x2D00D1) is unknown color: approx Medium Blue. HEX triplet: 2D, 00 and D1. RGB value is (45,0,209). Sum of RGB (Red+Green+Blue) = 45+0+209=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 209 (82.03% from 255 or 82.28% from 254); Max value from RGB is 209 - color contains mainly: blue. Hex color #2D00D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00D1 is #D2FF2E. Grayscale: #242424. Windows color (decimal): -13827887 or 13697069. OLE color: 13697069.

HSL color Cylindrical-coordinate representation of color #2D00D1: hue angle of 252.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00D1 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB450209-
CMYK0.78100.18
HSL252.92º100%40.98%-
HSV(B)252.92º100%81.96%-
XYZ12.595.1660.65-
YUV37.28224.91133.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 82.28%
R=17.72%
G=0%
B=82.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4502090.78100.18252.9210040.98
Hex2D0D14E64012fd6429
Octal55032111614402237514451
Binary10110101101000110011101100100010010111111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D00D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,209); }

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

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

 a { background-color: rgb(45,0,209); }

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

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

 span { border-color: rgb(45,0,209); }

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