#2B0ABE

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

Shades of Medium Blue #2B0ABE

Tints of Medium Blue #2B0ABE

Color information

#2B0ABE (or 0x2B0ABE) is unknown color: approx Medium Blue. HEX triplet: 2B, 0A and BE. RGB value is (43,10,190). Sum of RGB (Red+Green+Blue) = 43+10+190=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0ABE is #D4F541. Grayscale: #272727. Windows color (decimal): -13956418 or 12454443. OLE color: 12454443.

HSL color Cylindrical-coordinate representation of color #2B0ABE: hue angle of 251º 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 #2B0ABE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4310190-
CMYK0.770.9500.25
HSL251º90%39.22%-
HSV(B)251º94.74%74.51%-
XYZ10.44.4549.03-
YUV40.39212.43129.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 190 (74.61% from 255) = 78.19%
R=17.70%
G=4.12%
B=78.19%

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
Decimal43101900.770.9500.252519039.22
Hex2BABE4D5F019fb5a27
Octal531227611513703137313247
Binary10101110101011111010011011011111011001111110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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