Html Css Color HEX #2B00BA Medium Blue

📋 copy color: '#2B00BA'

red 43 ◦ green 0 ◦ blue 186

#2B00BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2B00BA

Tints of Medium Blue #2B00BA

RGB

 RED value IS 43 (17.19% from 255) = 18.78%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 81.22%

R = 18.78%
G = 0%
B = 81.22%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B00BA (or 0x2B00BA) is known color: Medium Blue. HEX triplet: 2B, 00 and BA. RGB value is (43,0,186). Sum of RGB (Red+Green+Blue) = 43+0+186=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00BA is #D4FF45. Grayscale: #212121. Windows color (decimal): -13958982 or 12189739. OLE color: 12189739.

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

Color convert

RGB 43 0 186 -
CMYK 0.77 1 0 0.27
HSL 253.87º 1% 0.36% -
HSV(B) 253.87º 1% 0.73% -
XYZ 9.86 4.06 46.72 -
YUV 34.06 213.75 134.38 -
System Red Green Blue C M Y K H S L
Decimal 43 0 186 0.77 1 0 0.27 253.87 1 0.36
Hex 2B 0 BA 4D 64 0 1B FE 64 24
Octal 53 0 272 115 144 0 33 376 144 44
Binary 101011 0 10111010 1001101 1100100 0 11011 11111110 1100100 100100

Color Harmonies of #2B00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B00BA

Black with #2B00BA

Text Example


Text Example

White with #2B00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B00BA;
 }
 .AnyTagClassName
 {
   color: #2B00BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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