Html Css Color HEX #252882 Midnight Blue

📋 copy color: '#252882'

red 37 ◦ green 40 ◦ blue 130

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

Shades of Midnight Blue #252882

Tints of Midnight Blue #252882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 17.87%
G = 19.32%
B = 62.8%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252882 (or 0x252882) is known color: Midnight Blue. HEX triplet: 25, 28 and 82. RGB value is (37,40,130). Sum of RGB (Red+Green+Blue) = 37+40+130=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #252882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252882 is #DAD77D. Grayscale: #313131. Windows color (decimal): -14342014 or 8529957. OLE color: 8529957.

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

Color convert

RGB 37 40 130 -
CMYK 0.72 0.69 0 0.49
HSL 238.06º 0.56% 0.33% -
HSV(B) 238.06º 0.72% 0.51% -
XYZ 5.55 3.52 21.51 -
YUV 49.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 37 40 130 0.72 0.69 0 0.49 238.06 0.56 0.33
Hex 25 28 82 48 45 0 31 EE 38 21
Octal 45 50 202 110 105 0 61 356 70 41
Binary 100101 101000 10000010 1001000 1000101 0 110001 11101110 111000 100001

Color Harmonies of #252882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252882

Black with #252882

Text Example


Text Example

White with #252882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252882; }

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

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

background-color css

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

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

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

border-color css

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

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

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