Html Css Color HEX #252372 Midnight Blue

📋 copy color: '#252372'

red 37 ◦ green 35 ◦ blue 114

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

Shades of Midnight Blue #252372

Tints of Midnight Blue #252372

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

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

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

R = 19.89%
G = 18.82%
B = 61.29%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252372 (or 0x252372) is known color: Midnight Blue. HEX triplet: 25, 23 and 72. RGB value is (37,35,114). Sum of RGB (Red+Green+Blue) = 37+35+114=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #252372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252372 is #DADC8D. Grayscale: #2C2C2C. Windows color (decimal): -14343310 or 7480101. OLE color: 7480101.

HSL color Cylindrical-coordinate representation of color #252372: hue angle of 241.52º 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 #252372 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 35 114 -
CMYK 0.68 0.69 0 0.55
HSL 241.52º 0.53% 0.29% -
HSV(B) 241.52º 0.69% 0.45% -
XYZ 4.4 2.81 16.23 -
YUV 44.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 37 35 114 0.68 0.69 0 0.55 241.52 0.53 0.29
Hex 25 23 72 44 45 0 37 F2 35 1D
Octal 45 43 162 104 105 0 67 362 65 35
Binary 100101 100011 1110010 1000100 1000101 0 110111 11110010 110101 11101

Color Harmonies of #252372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252372

Black with #252372

Text Example


Text Example

White with #252372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252372; }

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

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

background-color css

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

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

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

border-color css

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

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

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