Html Css Color HEX #290CCA Medium Blue

📋 copy color: '#290CCA'

red 41 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #290CCA

Tints of Medium Blue #290CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 202 (79.3% from 255) = 79.22%

R = 16.08%
G = 4.71%
B = 79.22%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#290CCA (or 0x290CCA) is known color: Medium Blue. HEX triplet: 29, 0C and CA. RGB value is (41,12,202). Sum of RGB (Red+Green+Blue) = 41+12+202=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #290CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CCA is #D6F335. Grayscale: #292929. Windows color (decimal): -14086966 or 13241385. OLE color: 13241385.

HSL color Cylindrical-coordinate representation of color #290CCA: hue angle of 249.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290CCA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 12 202 -
CMYK 0.80 0.94 0 0.21
HSL 249.16º 0.89% 0.42% -
HSV(B) 249.16º 0.94% 0.79% -
XYZ 11.71 5 56.22 -
YUV 42.33 218.11 127.05 -
System Red Green Blue C M Y K H S L
Decimal 41 12 202 0.80 0.94 0 0.21 249.16 0.89 0.42
Hex 29 C CA 50 5E 0 15 F9 59 2A
Octal 51 14 312 120 136 0 25 371 131 52
Binary 101001 1100 11001010 1010000 1011110 0 10101 11111001 1011001 101010

Color Harmonies of #290CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CCA

Black with #290CCA

Text Example


Text Example

White with #290CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,202); }

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

background-color css

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

 a { background-color: rgb(41,12,202); }

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

border-color css

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

 span { border-color: rgb(41,12,202); }

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