Html Css Color HEX #252774 Midnight Blue

📋 copy color: '#252774'

red 37 ◦ green 39 ◦ blue 116

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

Shades of Midnight Blue #252774

Tints of Midnight Blue #252774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 19.27%
G = 20.31%
B = 60.42%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252774 (or 0x252774) is known color: Midnight Blue. HEX triplet: 25, 27 and 74. RGB value is (37,39,116). Sum of RGB (Red+Green+Blue) = 37+39+116=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #252774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252774 is #DAD88B. Grayscale: #2E2E2E. Windows color (decimal): -14342284 or 7612197. OLE color: 7612197.

HSL color Cylindrical-coordinate representation of color #252774: hue angle of 238.48º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252774 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 39 116 -
CMYK 0.68 0.66 0 0.55
HSL 238.48º 0.52% 0.3% -
HSV(B) 238.48º 0.68% 0.45% -
XYZ 4.64 3.11 16.88 -
YUV 47.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 37 39 116 0.68 0.66 0 0.55 238.48 0.52 0.3
Hex 25 27 74 44 42 0 37 EE 34 1E
Octal 45 47 164 104 102 0 67 356 64 36
Binary 100101 100111 1110100 1000100 1000010 0 110111 11101110 110100 11110

Color Harmonies of #252774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252774

Black with #252774

Text Example


Text Example

White with #252774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252774; }

 p { color: rgb(37,39,116); }

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

background-color css

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

 a { background-color: rgb(37,39,116); }

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

border-color css

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

 span { border-color: rgb(37,39,116); }

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