Html Css Color HEX #292575 Midnight Blue

📋 copy color: '#292575'

red 41 ◦ green 37 ◦ blue 117

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

Shades of Midnight Blue #292575

Tints of Midnight Blue #292575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 21.03%
G = 18.97%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#292575 (or 0x292575) is known color: Midnight Blue. HEX triplet: 29, 25 and 75. RGB value is (41,37,117). Sum of RGB (Red+Green+Blue) = 41+37+117=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #292575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292575 is #D6DA8A. Grayscale: #2E2E2E. Windows color (decimal): -14080651 or 7677225. OLE color: 7677225.

HSL color Cylindrical-coordinate representation of color #292575: hue angle of 243º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #292575 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 37 117 -
CMYK 0.65 0.68 0 0.54
HSL 243º 0.52% 0.3% -
HSV(B) 243º 0.68% 0.46% -
XYZ 4.79 3.08 17.17 -
YUV 47.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 41 37 117 0.65 0.68 0 0.54 243 0.52 0.3
Hex 29 25 75 41 44 0 36 F3 34 1E
Octal 51 45 165 101 104 0 66 363 64 36
Binary 101001 100101 1110101 1000001 1000100 0 110110 11110011 110100 11110

Color Harmonies of #292575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292575

Black with #292575

Text Example


Text Example

White with #292575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292575; }

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

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

background-color css

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

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

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

border-color css

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

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

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