Html Css Color HEX #292375 Midnight Blue

📋 copy color: '#292375'

red 41 ◦ green 35 ◦ blue 117

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

Shades of Midnight Blue #292375

Tints of Midnight Blue #292375

RGB

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

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

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

R = 21.24%
G = 18.13%
B = 60.62%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#292375 (or 0x292375) is known color: Midnight Blue. HEX triplet: 29, 23 and 75. RGB value is (41,35,117). Sum of RGB (Red+Green+Blue) = 41+35+117=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #292375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292375 is #D6DC8A. Grayscale: #2D2D2D. Windows color (decimal): -14081163 or 7676713. OLE color: 7676713.

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

Color convert

RGB 41 35 117 -
CMYK 0.65 0.70 0 0.54
HSL 244.39º 0.54% 0.3% -
HSV(B) 244.39º 0.7% 0.46% -
XYZ 4.73 2.96 17.15 -
YUV 46.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 41 35 117 0.65 0.70 0 0.54 244.39 0.54 0.3
Hex 29 23 75 41 46 0 36 F4 36 1E
Octal 51 43 165 101 106 0 66 364 66 36
Binary 101001 100011 1110101 1000001 1000110 0 110110 11110100 110110 11110

Color Harmonies of #292375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292375

Black with #292375

Text Example


Text Example

White with #292375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292375; }

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

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

background-color css

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

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

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

border-color css

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

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

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