#2B05BA

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

Shades of Medium Blue #2B05BA

Tints of Medium Blue #2B05BA

Color information

#2B05BA (or 0x2B05BA) is unknown color: approx Medium Blue. HEX triplet: 2B, 05 and BA. RGB value is (43,5,186). Sum of RGB (Red+Green+Blue) = 43+5+186=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05BA is #D4FA45. Grayscale: #242424. Windows color (decimal): -13957702 or 12191019. OLE color: 12191019.

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

Color convert

RGB435186-
CMYK0.770.9700.27
HSL252.6º94.76%37.45%-
HSV(B)252.6º97.31%72.94%-
XYZ9.914.1746.74-
YUV37212.09132.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 186 (73.05% from 255) = 79.49%
R=18.38%
G=2.14%
B=79.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4351860.770.9700.27252.694.7637.45
Hex2B5BA4D6101Bfd5f25
Octal53527211514103337513745
Binary1010111011011101010011011100001011011111111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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