#2B08BA

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

Shades of Medium Blue #2B08BA

Tints of Medium Blue #2B08BA

Color information

#2B08BA (or 0x2B08BA) is unknown color: approx Medium Blue. HEX triplet: 2B, 08 and BA. RGB value is (43,8,186). Sum of RGB (Red+Green+Blue) = 43+8+186=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B08BA is #D4F745. Grayscale: #262626. Windows color (decimal): -13956934 or 12191787. OLE color: 12191787.

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

Color convert

RGB438186-
CMYK0.770.9600.27
HSL251.8º91.75%38.04%-
HSV(B)251.8º95.7%72.94%-
XYZ9.954.2346.75-
YUV38.76211.1131.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 186 (73.05% from 255) = 78.48%
R=18.14%
G=3.38%
B=78.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4381860.770.9600.27251.891.7538.04
Hex2B8BA4D6001Bfc5c26
Octal531027211514003337413446
Binary10101110001011101010011011100000011011111111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B08BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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