Html Css Color HEX #290EBA Medium Blue

📋 copy color: '#290EBA'

red 41 ◦ green 14 ◦ blue 186

#290EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #290EBA

Tints of Medium Blue #290EBA

RGB

 RED value IS 41 (16.41% from 255) = 17.01%

 GREEN value IS 14 (5.86% from 255) = 5.81%

 BLUE value IS 186 (73.05% from 255) = 77.18%

R = 17.01%
G = 5.81%
B = 77.18%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#290EBA (or 0x290EBA) is known color: Medium Blue. HEX triplet: 29, 0E and BA. RGB value is (41,14,186). Sum of RGB (Red+Green+Blue) = 41+14+186=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #290EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBA is #D6F145. Grayscale: #292929. Windows color (decimal): -14086470 or 12193321. OLE color: 12193321.

HSL color Cylindrical-coordinate representation of color #290EBA: hue angle of 249.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290EBA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 14 186 -
CMYK 0.78 0.92 0 0.27
HSL 249.42º 0.86% 0.39% -
HSV(B) 249.42º 0.92% 0.73% -
XYZ 9.93 4.33 46.77 -
YUV 41.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 41 14 186 0.78 0.92 0 0.27 249.42 0.86 0.39
Hex 29 E BA 4E 5C 0 1B F9 56 27
Octal 51 16 272 116 134 0 33 371 126 47
Binary 101001 1110 10111010 1001110 1011100 0 11011 11111001 1010110 100111

Color Harmonies of #290EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290EBA

Black with #290EBA

Text Example


Text Example

White with #290EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #290EBA;
 }
 .AnyTagClassName
 {
   color: #290EBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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