Html Css Color HEX #290FC2 Medium Blue

📋 copy color: '#290FC2'

red 41 ◦ green 15 ◦ blue 194

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

Shades of Medium Blue #290FC2

Tints of Medium Blue #290FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 77.6%

R = 16.4%
G = 6%
B = 77.6%

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

#290FC2 (or 0x290FC2) is known color: Medium Blue. HEX triplet: 29, 0F and C2. RGB value is (41,15,194). Sum of RGB (Red+Green+Blue) = 41+15+194=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 194 (76.17% from 255 or 77.6% from 250); Max value from RGB is 194 - color contains mainly: blue. Hex color #290FC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FC2 is #D6F03D. Grayscale: #2A2A2A. Windows color (decimal): -14086206 or 12717865. OLE color: 12717865.

HSL color Cylindrical-coordinate representation of color #290FC2: hue angle of 248.72º 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 #290FC2 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 15 194 -
CMYK 0.79 0.92 0 0.24
HSL 248.72º 0.86% 0.41% -
HSV(B) 248.72º 0.92% 0.76% -
XYZ 10.82 4.71 51.38 -
YUV 43.18 213.11 126.45 -
System Red Green Blue C M Y K H S L
Decimal 41 15 194 0.79 0.92 0 0.24 248.72 0.86 0.41
Hex 29 F C2 4F 5C 0 18 F9 56 29
Octal 51 17 302 117 134 0 30 371 126 51
Binary 101001 1111 11000010 1001111 1011100 0 11000 11111001 1010110 101001

Color Harmonies of #290FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290FC2

Black with #290FC2

Text Example


Text Example

White with #290FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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