#2A0ABF

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

Shades of Medium Blue #2A0ABF

Tints of Medium Blue #2A0ABF

Color information

#2A0ABF (or 0x2A0ABF) is unknown color: approx Medium Blue. HEX triplet: 2A, 0A and BF. RGB value is (42,10,191). Sum of RGB (Red+Green+Blue) = 42+10+191=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABF is #D5F540. Grayscale: #272727. Windows color (decimal): -14021953 or 12519978. OLE color: 12519978.

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

Color convert

RGB4210191-
CMYK0.780.9500.25
HSL250.61º90.05%39.41%-
HSV(B)250.61º94.76%74.9%-
XYZ10.474.4749.6-
YUV40.2213.1129.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 191 (75% from 255) = 78.60%
R=17.28%
G=4.12%
B=78.60%

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
Decimal42101910.780.9500.25250.6190.0539.41
Hex2AABF4E5F019fb5a27
Octal521227711613703137313247
Binary10101010101011111110011101011111011001111110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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