Html Css Color HEX #292572 Midnight Blue

📋 copy color: '#292572'

red 41 ◦ green 37 ◦ blue 114

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

Shades of Midnight Blue #292572

Tints of Midnight Blue #292572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 21.35%
G = 19.27%
B = 59.38%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#292572 (or 0x292572) is known color: Midnight Blue. HEX triplet: 29, 25 and 72. RGB value is (41,37,114). Sum of RGB (Red+Green+Blue) = 41+37+114=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #292572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292572 is #D6DA8D. Grayscale: #2E2E2E. Windows color (decimal): -14080654 or 7480617. OLE color: 7480617.

HSL color Cylindrical-coordinate representation of color #292572: hue angle of 243.12º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #292572 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 37 114 -
CMYK 0.64 0.68 0 0.55
HSL 243.12º 0.51% 0.3% -
HSV(B) 243.12º 0.68% 0.45% -
XYZ 4.61 3.01 16.26 -
YUV 46.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 41 37 114 0.64 0.68 0 0.55 243.12 0.51 0.3
Hex 29 25 72 40 44 0 37 F3 33 1E
Octal 51 45 162 100 104 0 67 363 63 36
Binary 101001 100101 1110010 1000000 1000100 0 110111 11110011 110011 11110

Color Harmonies of #292572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292572

Black with #292572

Text Example


Text Example

White with #292572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292572; }

 p { color: rgb(41,37,114); }

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

background-color css

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

 a { background-color: rgb(41,37,114); }

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

border-color css

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

 span { border-color: rgb(41,37,114); }

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