#292274

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

Shades of Midnight Blue #292274

Tints of Midnight Blue #292274

Color information

#292274 (or 0x292274) is unknown color: approx Midnight Blue. HEX triplet: 29, 22 and 74. RGB value is (41,34,116). Sum of RGB (Red+Green+Blue) = 41+34+116=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #292274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292274 is #D6DD8B. Grayscale: #2D2D2D. Windows color (decimal): -14081420 or 7610921. OLE color: 7610921.

HSL color Cylindrical-coordinate representation of color #292274: hue angle of 245.12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292274 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4134116-
CMYK0.650.7100.55
HSL245.12º54.67%29.41%-
HSV(B)245.12º70.69%45.49%-
XYZ4.642.8816.83-
YUV45.44167.82124.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 116 (45.70% from 255) = 60.73%
R=21.47%
G=17.80%
B=60.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41341160.650.7100.55245.1254.6729.41
Hex2922744147037f5371d
Octal51421641011070673656735
Binary10100110001011101001000001100011101101111111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292274; }

 p { color: rgb(41,34,116); }

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

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

 a { background-color: rgb(41,34,116); }

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

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

 span { border-color: rgb(41,34,116); }

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