#290CDB

Color #290CDB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #290CDB

Tints of Medium Blue #290CDB

Color information

#290CDB (or 0x290CDB) is unknown color: approx Medium Blue. HEX triplet: 29, 0C and DB. RGB value is (41,12,219). Sum of RGB (Red+Green+Blue) = 41+12+219=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #290CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CDB is #D6F324. Grayscale: #2B2B2B. Windows color (decimal): -14086949 or 14355497. OLE color: 14355497.

HSL color Cylindrical-coordinate representation of color #290CDB: hue angle of 248.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CDB is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4112219-
CMYK0.810.9500.14
HSL248.41º89.61%45.29%-
HSV(B)248.41º94.52%85.88%-
XYZ13.835.8567.42-
YUV44.27226.61125.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 219 (85.94% from 255) = 80.51%
R=15.07%
G=4.41%
B=80.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal41122190.810.9500.14248.4189.6145.29
Hex29CDB515F0Ef85a2d
Octal511433312113701637013255
Binary1010011100110110111010001101111101110111110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #290CDB;
 }
 .AnyTagClassName
 {
   color: #290CDB;
 }
</style>
background-color css

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

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

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

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

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

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