#2A0ABE

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

Shades of Medium Blue #2A0ABE

Tints of Medium Blue #2A0ABE

Color information

#2A0ABE (or 0x2A0ABE) is unknown color: approx Medium Blue. HEX triplet: 2A, 0A and BE. RGB value is (42,10,190). Sum of RGB (Red+Green+Blue) = 42+10+190=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABE is #D5F541. Grayscale: #272727. Windows color (decimal): -14021954 or 12454442. OLE color: 12454442.

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

Color convert

RGB4210190-
CMYK0.780.9500.25
HSL250.67º90%39.22%-
HSV(B)250.67º94.74%74.51%-
XYZ10.364.4349.02-
YUV40.09212.6129.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 190 (74.61% from 255) = 78.51%
R=17.36%
G=4.13%
B=78.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42101900.780.9500.25250.679039.22
Hex2AABE4E5F019fb5a27
Octal521227611613703137313247
Binary10101010101011111010011101011111011001111110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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