Html Css Color HEX #290ABC Medium Blue

📋 copy color: '#290ABC'

red 41 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #290ABC

Tints of Medium Blue #290ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

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

R = 17.15%
G = 4.18%
B = 78.66%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#290ABC (or 0x290ABC) is known color: Medium Blue. HEX triplet: 29, 0A and BC. RGB value is (41,10,188). Sum of RGB (Red+Green+Blue) = 41+10+188=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #290ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ABC is #D6F543. Grayscale: #262626. Windows color (decimal): -14087492 or 12323369. OLE color: 12323369.

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

Color convert

RGB 41 10 188 -
CMYK 0.78 0.95 0 0.26
HSL 250.45º 0.9% 0.39% -
HSV(B) 250.45º 0.95% 0.74% -
XYZ 10.1 4.32 47.88 -
YUV 39.56 211.77 129.03 -
System Red Green Blue C M Y K H S L
Decimal 41 10 188 0.78 0.95 0 0.26 250.45 0.9 0.39
Hex 29 A BC 4E 5F 0 1A FA 5A 27
Octal 51 12 274 116 137 0 32 372 132 47
Binary 101001 1010 10111100 1001110 1011111 0 11010 11111010 1011010 100111

Color Harmonies of #290ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290ABC

Black with #290ABC

Text Example


Text Example

White with #290ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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