Html Css Color HEX #252380 Midnight Blue

📋 copy color: '#252380'

red 37 ◦ green 35 ◦ blue 128

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

Shades of Midnight Blue #252380

Tints of Midnight Blue #252380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64%

R = 18.5%
G = 17.5%
B = 64%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#252380 (or 0x252380) is known color: Midnight Blue. HEX triplet: 25, 23 and 80. RGB value is (37,35,128). Sum of RGB (Red+Green+Blue) = 37+35+128=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #252380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252380 is #DADC7F. Grayscale: #2D2D2D. Windows color (decimal): -14343296 or 8397605. OLE color: 8397605.

HSL color Cylindrical-coordinate representation of color #252380: hue angle of 241.29º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252380 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 35 128 -
CMYK 0.71 0.73 0 0.50
HSL 241.29º 0.57% 0.32% -
HSV(B) 241.29º 0.73% 0.5% -
XYZ 5.26 3.15 20.75 -
YUV 46.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 37 35 128 0.71 0.73 0 0.50 241.29 0.57 0.32
Hex 25 23 80 47 49 0 32 F1 39 20
Octal 45 43 200 107 111 0 62 361 71 40
Binary 100101 100011 10000000 1000111 1001001 0 110010 11110001 111001 100000

Color Harmonies of #252380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252380

Black with #252380

Text Example


Text Example

White with #252380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252380; }

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

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

background-color css

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

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

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

border-color css

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

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

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