Html Css Color HEX #252884 Midnight Blue

📋 copy color: '#252884'

red 37 ◦ green 40 ◦ blue 132

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

Shades of Midnight Blue #252884

Tints of Midnight Blue #252884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 132 (51.95% from 255) = 63.16%

R = 17.7%
G = 19.14%
B = 63.16%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#252884 (or 0x252884) is known color: Midnight Blue. HEX triplet: 25, 28 and 84. RGB value is (37,40,132). Sum of RGB (Red+Green+Blue) = 37+40+132=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #252884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252884 is #DAD77B. Grayscale: #313131. Windows color (decimal): -14342012 or 8661029. OLE color: 8661029.

HSL color Cylindrical-coordinate representation of color #252884: hue angle of 238.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252884 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 40 132 -
CMYK 0.72 0.70 0 0.48
HSL 238.11º 0.56% 0.33% -
HSV(B) 238.11º 0.72% 0.52% -
XYZ 5.69 3.58 22.22 -
YUV 49.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 37 40 132 0.72 0.70 0 0.48 238.11 0.56 0.33
Hex 25 28 84 48 46 0 30 EE 38 21
Octal 45 50 204 110 106 0 60 356 70 41
Binary 100101 101000 10000100 1001000 1000110 0 110000 11101110 111000 100001

Color Harmonies of #252884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252884

Black with #252884

Text Example


Text Example

White with #252884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252884; }

 p { color: rgb(37,40,132); }

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

background-color css

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

 a { background-color: rgb(37,40,132); }

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

border-color css

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

 span { border-color: rgb(37,40,132); }

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