#2D0DC4

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

Shades of Medium Blue #2D0DC4

Tints of Medium Blue #2D0DC4

Color information

#2D0DC4 (or 0x2D0DC4) is unknown color: approx Medium Blue. HEX triplet: 2D, 0D and C4. RGB value is (45,13,196). Sum of RGB (Red+Green+Blue) = 45+13+196=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 196 (76.95% from 255 or 77.17% from 254); Max value from RGB is 196 - color contains mainly: blue. Hex color #2D0DC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DC4 is #D2F23B. Grayscale: #2A2A2A. Windows color (decimal): -13824572 or 12848429. OLE color: 12848429.

HSL color Cylindrical-coordinate representation of color #2D0DC4: hue angle of 250.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0DC4 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4513196-
CMYK0.770.9300.23
HSL250.49º87.56%40.98%-
HSV(B)250.49º93.37%76.86%-
XYZ11.194.8352.57-
YUV43.43214.1129.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 196 (76.95% from 255) = 77.17%
R=17.72%
G=5.12%
B=77.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45131960.770.9300.23250.4987.5640.98
Hex2DDC44D5D017fa5829
Octal551530411513502737213051
Binary10110111011100010010011011011101010111111110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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