#292174

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

Shades of Midnight Blue #292174

Tints of Midnight Blue #292174

Color information

#292174 (or 0x292174) is unknown color: approx Midnight Blue. HEX triplet: 29, 21 and 74. RGB value is (41,33,116). Sum of RGB (Red+Green+Blue) = 41+33+116=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #292174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292174 is #D6DE8B. Grayscale: #2C2C2C. Windows color (decimal): -14081676 or 7610665. OLE color: 7610665.

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

Color convert

RGB4133116-
CMYK0.650.7200.55
HSL245.78º55.7%29.22%-
HSV(B)245.78º71.55%45.49%-
XYZ4.612.8216.82-
YUV44.85168.15125.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=21.58%
G=17.37%
B=61.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41331160.650.7200.55245.7855.729.22
Hex2921744148037f6381d
Octal51411641011100673667035
Binary10100110000111101001000001100100001101111111011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292174; }

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

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

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

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

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

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

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

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