#2E00BD

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

Shades of Medium Blue #2E00BD

Tints of Medium Blue #2E00BD

Color information

#2E00BD (or 0x2E00BD) is unknown color: approx Medium Blue. HEX triplet: 2E, 00 and BD. RGB value is (46,0,189). Sum of RGB (Red+Green+Blue) = 46+0+189=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00BD is #D1FF42. Grayscale: #222222. Windows color (decimal): -13762371 or 12386350. OLE color: 12386350.

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

Color convert

RGB460189-
CMYK0.76100.26
HSL254.6º100%37.06%-
HSV(B)254.6º100%74.12%-
XYZ10.314.2548.42-
YUV35.3214.74135.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 80.43%
R=19.57%
G=0%
B=80.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4601890.76100.26254.610037.06
Hex2E0BD4C6401Aff6425
Octal56027511414403237714445
Binary10111001011110110011001100100011010111111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,0,189); }

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

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

 a { background-color: rgb(46,0,189); }

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

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

 span { border-color: rgb(46,0,189); }

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