Html Css Color HEX #290FC1 Medium Blue

📋 copy color: '#290FC1'

red 41 ◦ green 15 ◦ blue 193

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

Shades of Medium Blue #290FC1

Tints of Medium Blue #290FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 193 (75.78% from 255) = 77.51%

R = 16.47%
G = 6.02%
B = 77.51%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#290FC1 (or 0x290FC1) is known color: Medium Blue. HEX triplet: 29, 0F and C1. RGB value is (41,15,193). Sum of RGB (Red+Green+Blue) = 41+15+193=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #290FC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FC1 is #D6F03E. Grayscale: #2A2A2A. Windows color (decimal): -14086207 or 12652329. OLE color: 12652329.

HSL color Cylindrical-coordinate representation of color #290FC1: hue angle of 248.76º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290FC1 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 15 193 -
CMYK 0.79 0.92 0 0.24
HSL 248.76º 0.86% 0.41% -
HSV(B) 248.76º 0.92% 0.76% -
XYZ 10.71 4.66 50.79 -
YUV 43.07 212.61 126.53 -
System Red Green Blue C M Y K H S L
Decimal 41 15 193 0.79 0.92 0 0.24 248.76 0.86 0.41
Hex 29 F C1 4F 5C 0 18 F9 56 29
Octal 51 17 301 117 134 0 30 371 126 51
Binary 101001 1111 11000001 1001111 1011100 0 11000 11111001 1010110 101001

Color Harmonies of #290FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FC1

Black with #290FC1

Text Example


Text Example

White with #290FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,15,193); }

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

background-color css

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

 a { background-color: rgb(41,15,193); }

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

border-color css

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

 span { border-color: rgb(41,15,193); }

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