#2D01BE

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

Shades of Medium Blue #2D01BE

Tints of Medium Blue #2D01BE

Color information

#2D01BE (or 0x2D01BE) is unknown color: approx Medium Blue. HEX triplet: 2D, 01 and BE. RGB value is (45,1,190). Sum of RGB (Red+Green+Blue) = 45+1+190=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D01BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01BE is #D2FE41. Grayscale: #222222. Windows color (decimal): -13827650 or 12452141. OLE color: 12452141.

HSL color Cylindrical-coordinate representation of color #2D01BE: hue angle of 253.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D01BE is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB451190-
CMYK0.760.9900.25
HSL253.97º98.95%37.45%-
HSV(B)253.97º99.47%74.51%-
XYZ10.394.349-
YUV35.7215.08134.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=19.07%
G=0.42%
B=80.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4511900.760.9900.25253.9798.9537.45
Hex2D1BE4C63019fe6325
Octal55127611414303137614345
Binary10110111011111010011001100011011001111111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,1,190); }

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

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

 a { background-color: rgb(45,1,190); }

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

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

 span { border-color: rgb(45,1,190); }

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