Html Css Color HEX #252D3F Midnight Express

📋 copy color: '#252D3F'

red 37 ◦ green 45 ◦ blue 63

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

Shades of Midnight Express #252D3F

Tints of Midnight Express #252D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

 BLUE value IS 63 (25% from 255) = 43.45%

R = 25.52%
G = 31.03%
B = 43.45%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252D3F (or 0x252D3F) is known color: Midnight Express. HEX triplet: 25, 2D and 3F. RGB value is (37,45,63). Sum of RGB (Red+Green+Blue) = 37+45+63=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #252D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D3F is #DAD2C0. Grayscale: #2C2C2C. Windows color (decimal): -14340801 or 4140325. OLE color: 4140325.

HSL color Cylindrical-coordinate representation of color #252D3F: hue angle of 221.54º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #252D3F is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 45 63 -
CMYK 0.41 0.29 0 0.75
HSL 221.54º 0.26% 0.2% -
HSV(B) 221.54º 0.41% 0.25% -
XYZ 2.6 2.63 5.07 -
YUV 44.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 37 45 63 0.41 0.29 0 0.75 221.54 0.26 0.2
Hex 25 2D 3F 29 1D 0 4B DE 1A 14
Octal 45 55 77 51 35 0 113 336 32 24
Binary 100101 101101 111111 101001 11101 0 1001011 11011110 11010 10100

Color Harmonies of #252D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D3F

Black with #252D3F

Text Example


Text Example

White with #252D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252D3F; }

 p { color: rgb(37,45,63); }

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

background-color css

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

 a { background-color: rgb(37,45,63); }

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

border-color css

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

 span { border-color: rgb(37,45,63); }

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