Html Css Color HEX #252184 Midnight Blue

📋 copy color: '#252184'

red 37 ◦ green 33 ◦ blue 132

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

Shades of Midnight Blue #252184

Tints of Midnight Blue #252184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 18.32%
G = 16.34%
B = 65.35%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#252184 (or 0x252184) is known color: Midnight Blue. HEX triplet: 25, 21 and 84. RGB value is (37,33,132). Sum of RGB (Red+Green+Blue) = 37+33+132=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #252184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252184 is #DADE7B. Grayscale: #2D2D2D. Windows color (decimal): -14343804 or 8659237. OLE color: 8659237.

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

Color convert

RGB 37 33 132 -
CMYK 0.72 0.75 0 0.48
HSL 242.42º 0.6% 0.32% -
HSV(B) 242.42º 0.75% 0.52% -
XYZ 5.47 3.15 22.15 -
YUV 45.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 37 33 132 0.72 0.75 0 0.48 242.42 0.6 0.32
Hex 25 21 84 48 4B 0 30 F2 3C 20
Octal 45 41 204 110 113 0 60 362 74 40
Binary 100101 100001 10000100 1001000 1001011 0 110000 11110010 111100 100000

Color Harmonies of #252184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252184

Black with #252184

Text Example


Text Example

White with #252184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252184; }

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

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

background-color css

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

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

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

border-color css

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

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

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