#2A0EBD

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

Shades of Medium Blue #2A0EBD

Tints of Medium Blue #2A0EBD

Color information

#2A0EBD (or 0x2A0EBD) is unknown color: approx Medium Blue. HEX triplet: 2A, 0E and BD. RGB value is (42,14,189). Sum of RGB (Red+Green+Blue) = 42+14+189=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0EBD is #D5F142. Grayscale: #292929. Windows color (decimal): -14020931 or 12389930. OLE color: 12389930.

HSL color Cylindrical-coordinate representation of color #2A0EBD: hue angle of 249.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0EBD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4214189-
CMYK0.780.9300.26
HSL249.6º86.21%39.8%-
HSV(B)249.6º92.59%74.12%-
XYZ10.34.4848.47-
YUV42.32210.78127.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 189 (74.22% from 255) = 77.14%
R=17.14%
G=5.71%
B=77.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42141890.780.9300.26249.686.2139.8
Hex2AEBD4E5D01Afa5628
Octal521627511613503237212650
Binary10101011101011110110011101011101011010111110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,189); }

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

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

 a { background-color: rgb(42,14,189); }

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

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

 span { border-color: rgb(42,14,189); }

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