Html Css Color HEX #292372 Midnight Blue

📋 copy color: '#292372'

red 41 ◦ green 35 ◦ blue 114

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

Shades of Midnight Blue #292372

Tints of Midnight Blue #292372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 21.58%
G = 18.42%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#292372 (or 0x292372) is known color: Midnight Blue. HEX triplet: 29, 23 and 72. RGB value is (41,35,114). Sum of RGB (Red+Green+Blue) = 41+35+114=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #292372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292372 is #D6DC8D. Grayscale: #2D2D2D. Windows color (decimal): -14081166 or 7480105. OLE color: 7480105.

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

Color convert

RGB 41 35 114 -
CMYK 0.64 0.69 0 0.55
HSL 244.56º 0.53% 0.29% -
HSV(B) 244.56º 0.69% 0.45% -
XYZ 4.55 2.89 16.24 -
YUV 45.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 41 35 114 0.64 0.69 0 0.55 244.56 0.53 0.29
Hex 29 23 72 40 45 0 37 F5 35 1D
Octal 51 43 162 100 105 0 67 365 65 35
Binary 101001 100011 1110010 1000000 1000101 0 110111 11110101 110101 11101

Color Harmonies of #292372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292372

Black with #292372

Text Example


Text Example

White with #292372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292372; }

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

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

background-color css

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

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

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

border-color css

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

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

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