#290EBD

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

Shades of Medium Blue #290EBD

Tints of Medium Blue #290EBD

Color information

#290EBD (or 0x290EBD) is unknown color: approx Medium Blue. HEX triplet: 29, 0E and BD. RGB value is (41,14,189). Sum of RGB (Red+Green+Blue) = 41+14+189=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #290EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBD is #D6F142. Grayscale: #292929. Windows color (decimal): -14086467 or 12389929. OLE color: 12389929.

HSL color Cylindrical-coordinate representation of color #290EBD: hue angle of 249.26º 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 #290EBD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4114189-
CMYK0.780.9300.26
HSL249.26º86.21%39.8%-
HSV(B)249.26º92.59%74.12%-
XYZ10.264.4648.46-
YUV42.02210.95127.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 189 (74.22% from 255) = 77.46%
R=16.80%
G=5.74%
B=77.46%

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
Decimal41141890.780.9300.26249.2686.2139.8
Hex29EBD4E5D01Af95628
Octal511627511613503237112650
Binary10100111101011110110011101011101011010111110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290EBD; }

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

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

<style>
 a { background-color: #290EBD; }

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

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

<style>
 span { border-color: #290EBD; }

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

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