#2B00BF

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

Shades of Medium Blue #2B00BF

Tints of Medium Blue #2B00BF

Color information

#2B00BF (or 0x2B00BF) is unknown color: approx Medium Blue. HEX triplet: 2B, 00 and BF. RGB value is (43,0,191). Sum of RGB (Red+Green+Blue) = 43+0+191=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00BF is #D4FF40. Grayscale: #212121. Windows color (decimal): -13958977 or 12517419. OLE color: 12517419.

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

Color convert

RGB430191-
CMYK0.77100.25
HSL253.51º100%37.45%-
HSV(B)253.51º100%74.9%-
XYZ10.44.2849.57-
YUV34.63216.25133.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 81.62%
R=18.38%
G=0%
B=81.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4301910.77100.25253.5110037.45
Hex2B0BF4D64019fe6425
Octal53027711514403137614445
Binary10101101011111110011011100100011001111111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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