#2B00BD

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

Shades of Medium Blue #2B00BD

Tints of Medium Blue #2B00BD

Color information

#2B00BD (or 0x2B00BD) is unknown color: approx Medium Blue. HEX triplet: 2B, 00 and BD. RGB value is (43,0,189). Sum of RGB (Red+Green+Blue) = 43+0+189=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00BD is #D4FF42. Grayscale: #212121. Windows color (decimal): -13958979 or 12386347. OLE color: 12386347.

HSL color Cylindrical-coordinate representation of color #2B00BD: hue angle of 253.65º 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 #2B00BD is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB430189-
CMYK0.77100.26
HSL253.65º100%37.06%-
HSV(B)253.65º100%74.12%-
XYZ10.184.1948.42-
YUV34.4215.25134.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 81.47%
R=18.53%
G=0%
B=81.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4301890.77100.26253.6510037.06
Hex2B0BD4D6401Afe6425
Octal53027511514403237614445
Binary10101101011110110011011100100011010111111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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