Html Css Color HEX #290BBC Medium Blue

📋 copy color: '#290BBC'

red 41 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #290BBC

Tints of Medium Blue #290BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

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

R = 17.08%
G = 4.58%
B = 78.33%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#290BBC (or 0x290BBC) is known color: Medium Blue. HEX triplet: 29, 0B and BC. RGB value is (41,11,188). Sum of RGB (Red+Green+Blue) = 41+11+188=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #290BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BBC is #D6F443. Grayscale: #272727. Windows color (decimal): -14087236 or 12323625. OLE color: 12323625.

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

Color convert

RGB 41 11 188 -
CMYK 0.78 0.94 0 0.26
HSL 250.17º 0.89% 0.39% -
HSV(B) 250.17º 0.94% 0.74% -
XYZ 10.11 4.34 47.88 -
YUV 40.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 41 11 188 0.78 0.94 0 0.26 250.17 0.89 0.39
Hex 29 B BC 4E 5E 0 1A FA 59 27
Octal 51 13 274 116 136 0 32 372 131 47
Binary 101001 1011 10111100 1001110 1011110 0 11010 11111010 1011001 100111

Color Harmonies of #290BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BBC

Black with #290BBC

Text Example


Text Example

White with #290BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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