Html Css Color HEX #292675 Midnight Blue

📋 copy color: '#292675'

red 41 ◦ green 38 ◦ blue 117

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

Shades of Midnight Blue #292675

Tints of Midnight Blue #292675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.39%

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

R = 20.92%
G = 19.39%
B = 59.69%

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

#292675 (or 0x292675) is known color: Midnight Blue. HEX triplet: 29, 26 and 75. RGB value is (41,38,117). Sum of RGB (Red+Green+Blue) = 41+38+117=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #292675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292675 is #D6D98A. Grayscale: #2F2F2F. Windows color (decimal): -14080395 or 7677481. OLE color: 7677481.

HSL color Cylindrical-coordinate representation of color #292675: hue angle of 242.28º degrees, saturation: 0.51, 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 #292675 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 38 117 -
CMYK 0.65 0.68 0 0.54
HSL 242.28º 0.51% 0.3% -
HSV(B) 242.28º 0.68% 0.46% -
XYZ 4.82 3.14 17.18 -
YUV 47.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 41 38 117 0.65 0.68 0 0.54 242.28 0.51 0.3
Hex 29 26 75 41 44 0 36 F2 33 1E
Octal 51 46 165 101 104 0 66 362 63 36
Binary 101001 100110 1110101 1000001 1000100 0 110110 11110010 110011 11110

Color Harmonies of #292675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292675

Black with #292675

Text Example


Text Example

White with #292675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292675; }

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

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

background-color css

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

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

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

border-color css

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

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

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