Html Css Color HEX #252382 Midnight Blue

📋 copy color: '#252382'

red 37 ◦ green 35 ◦ blue 130

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

Shades of Midnight Blue #252382

Tints of Midnight Blue #252382

RGB

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

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

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

R = 18.32%
G = 17.33%
B = 64.36%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252382 (or 0x252382) is known color: Midnight Blue. HEX triplet: 25, 23 and 82. RGB value is (37,35,130). Sum of RGB (Red+Green+Blue) = 37+35+130=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #252382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252382 is #DADC7D. Grayscale: #2E2E2E. Windows color (decimal): -14343294 or 8528677. OLE color: 8528677.

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

Color convert

RGB 37 35 130 -
CMYK 0.72 0.73 0 0.49
HSL 241.26º 0.58% 0.32% -
HSV(B) 241.26º 0.73% 0.51% -
XYZ 5.39 3.21 21.45 -
YUV 46.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 37 35 130 0.72 0.73 0 0.49 241.26 0.58 0.32
Hex 25 23 82 48 49 0 31 F1 3A 20
Octal 45 43 202 110 111 0 61 361 72 40
Binary 100101 100011 10000010 1001000 1001001 0 110001 11110001 111010 100000

Color Harmonies of #252382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252382

Black with #252382

Text Example


Text Example

White with #252382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252382; }

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

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

background-color css

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

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

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

border-color css

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

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

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