Html Css Color HEX #290DBC Medium Blue

📋 copy color: '#290DBC'

red 41 ◦ green 13 ◦ blue 188

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

Shades of Medium Blue #290DBC

Tints of Medium Blue #290DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 188 (73.83% from 255) = 77.69%

R = 16.94%
G = 5.37%
B = 77.69%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#290DBC (or 0x290DBC) is known color: Medium Blue. HEX triplet: 29, 0D and BC. RGB value is (41,13,188). Sum of RGB (Red+Green+Blue) = 41+13+188=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #290DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DBC is #D6F243. Grayscale: #282828. Windows color (decimal): -14086724 or 12324137. OLE color: 12324137.

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

Color convert

RGB 41 13 188 -
CMYK 0.78 0.93 0 0.26
HSL 249.6º 0.87% 0.39% -
HSV(B) 249.6º 0.93% 0.74% -
XYZ 10.14 4.39 47.89 -
YUV 41.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 41 13 188 0.78 0.93 0 0.26 249.6 0.87 0.39
Hex 29 D BC 4E 5D 0 1A FA 57 27
Octal 51 15 274 116 135 0 32 372 127 47
Binary 101001 1101 10111100 1001110 1011101 0 11010 11111010 1010111 100111

Color Harmonies of #290DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DBC

Black with #290DBC

Text Example


Text Example

White with #290DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,188); }

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

background-color css

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

 a { background-color: rgb(41,13,188); }

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

border-color css

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

 span { border-color: rgb(41,13,188); }

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