Html Css Color HEX #290BCC Medium Blue

📋 copy color: '#290BCC'

red 41 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #290BCC

Tints of Medium Blue #290BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 204 (80.08% from 255) = 79.69%

R = 16.02%
G = 4.3%
B = 79.69%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#290BCC (or 0x290BCC) is known color: Medium Blue. HEX triplet: 29, 0B and CC. RGB value is (41,11,204). Sum of RGB (Red+Green+Blue) = 41+11+204=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #290BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BCC is #D6F433. Grayscale: #292929. Windows color (decimal): -14087220 or 13372201. OLE color: 13372201.

HSL color Cylindrical-coordinate representation of color #290BCC: hue angle of 249.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BCC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 11 204 -
CMYK 0.80 0.95 0 0.2
HSL 249.33º 0.9% 0.42% -
HSV(B) 249.33º 0.95% 0.8% -
XYZ 11.93 5.07 57.48 -
YUV 41.97 219.44 127.31 -
System Red Green Blue C M Y K H S L
Decimal 41 11 204 0.80 0.95 0 0.2 249.33 0.9 0.42
Hex 29 B CC 50 5F 0 14 F9 5A 2A
Octal 51 13 314 120 137 0 24 371 132 52
Binary 101001 1011 11001100 1010000 1011111 0 10100 11111001 1011010 101010

Color Harmonies of #290BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290BCC

Black with #290BCC

Text Example


Text Example

White with #290BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,11,204); }

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

background-color css

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

 a { background-color: rgb(41,11,204); }

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

border-color css

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

 span { border-color: rgb(41,11,204); }

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