Html Css Color HEX #24227D Midnight Blue

📋 copy color: '#24227D'

red 36 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #24227D

Tints of Midnight Blue #24227D

RGB

 RED value IS 36 (14.45% from 255) = 18.46%

 GREEN value IS 34 (13.67% from 255) = 17.44%

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 18.46%
G = 17.44%
B = 64.1%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24227D (or 0x24227D) is known color: Midnight Blue. HEX triplet: 24, 22 and 7D. RGB value is (36,34,125). Sum of RGB (Red+Green+Blue) = 36+34+125=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #24227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24227D is #DBDD82. Grayscale: #2C2C2C. Windows color (decimal): -14409091 or 8200740. OLE color: 8200740.

HSL color Cylindrical-coordinate representation of color #24227D: hue angle of 241.32º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24227D is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 34 125 -
CMYK 0.71 0.73 0 0.51
HSL 241.32º 0.57% 0.31% -
HSV(B) 241.32º 0.73% 0.49% -
XYZ 5 3 19.72 -
YUV 44.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 36 34 125 0.71 0.73 0 0.51 241.32 0.57 0.31
Hex 24 22 7D 47 49 0 33 F1 39 1F
Octal 44 42 175 107 111 0 63 361 71 37
Binary 100100 100010 1111101 1000111 1001001 0 110011 11110001 111001 11111

Color Harmonies of #24227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24227D

Black with #24227D

Text Example


Text Example

White with #24227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24227D; }

 p { color: rgb(36,34,125); }

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

background-color css

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

 a { background-color: rgb(36,34,125); }

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

border-color css

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

 span { border-color: rgb(36,34,125); }

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