Html Css Color HEX #290CCD Medium Blue

📋 copy color: '#290CCD'

red 41 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #290CCD

Tints of Medium Blue #290CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.46%

R = 15.89%
G = 4.65%
B = 79.46%

CMYK

 C value IS 0.8

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#290CCD (or 0x290CCD) is known color: Medium Blue. HEX triplet: 29, 0C and CD. RGB value is (41,12,205). Sum of RGB (Red+Green+Blue) = 41+12+205=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #290CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CCD is #D6F332. Grayscale: #292929. Windows color (decimal): -14086963 or 13437993. OLE color: 13437993.

HSL color Cylindrical-coordinate representation of color #290CCD: hue angle of 249.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290CCD is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 12 205 -
CMYK 0.8 0.94 0 0.20
HSL 249.02º 0.89% 0.43% -
HSV(B) 249.02º 0.94% 0.8% -
XYZ 12.07 5.14 58.11 -
YUV 42.67 219.61 126.81 -
System Red Green Blue C M Y K H S L
Decimal 41 12 205 0.8 0.94 0 0.20 249.02 0.89 0.43
Hex 29 C CD 50 5E 0 14 F9 59 2B
Octal 51 14 315 120 136 0 24 371 131 53
Binary 101001 1100 11001101 1010000 1011110 0 10100 11111001 1011001 101011

Color Harmonies of #290CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CCD

Black with #290CCD

Text Example


Text Example

White with #290CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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