#2B0ABF

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

Shades of Medium Blue #2B0ABF

Tints of Medium Blue #2B0ABF

Color information

#2B0ABF (or 0x2B0ABF) is unknown color: approx Medium Blue. HEX triplet: 2B, 0A and BF. RGB value is (43,10,191). Sum of RGB (Red+Green+Blue) = 43+10+191=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0ABF is #D4F540. Grayscale: #272727. Windows color (decimal): -13956417 or 12519979. OLE color: 12519979.

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

Color convert

RGB4310191-
CMYK0.770.9500.25
HSL250.94º90.05%39.41%-
HSV(B)250.94º94.76%74.9%-
XYZ10.514.4949.6-
YUV40.5212.93129.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 191 (75% from 255) = 78.28%
R=17.62%
G=4.10%
B=78.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43101910.770.9500.25250.9490.0539.41
Hex2BABF4D5F019fb5a27
Octal531227711513703137313247
Binary10101110101011111110011011011111011001111110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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