#2D0DCD

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

Shades of Medium Blue #2D0DCD

Tints of Medium Blue #2D0DCD

Color information

#2D0DCD (or 0x2D0DCD) is unknown color: approx Medium Blue. HEX triplet: 2D, 0D and CD. RGB value is (45,13,205). Sum of RGB (Red+Green+Blue) = 45+13+205=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D0DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DCD is #D2F232. Grayscale: #2B2B2B. Windows color (decimal): -13824563 or 13438253. OLE color: 13438253.

HSL color Cylindrical-coordinate representation of color #2D0DCD: hue angle of 250º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DCD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4513205-
CMYK0.780.9400.20
HSL250º88.07%42.75%-
HSV(B)250º93.66%80.39%-
XYZ12.255.2558.13-
YUV44.46218.6128.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 13 (5.47% from 255) = 4.94%
BLUE value IS 205 (80.47% from 255) = 77.95%
R=17.11%
G=4.94%
B=77.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal45132050.780.9400.2025088.0742.75
Hex2DDCD4E5E014fa582b
Octal551531511613602437213053
Binary10110111011100110110011101011110010100111110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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