Html Css Color HEX #252A41 Midnight Express

📋 copy color: '#252A41'

red 37 ◦ green 42 ◦ blue 65

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

Shades of Midnight Express #252A41

Tints of Midnight Express #252A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.17%

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 25.69%
G = 29.17%
B = 45.14%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252A41 (or 0x252A41) is known color: Midnight Express. HEX triplet: 25, 2A and 41. RGB value is (37,42,65). Sum of RGB (Red+Green+Blue) = 37+42+65=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #252A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A41 is #DAD5BE. Grayscale: #2B2B2B. Windows color (decimal): -14341567 or 4270629. OLE color: 4270629.

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

Color convert

RGB 37 42 65 -
CMYK 0.43 0.35 0 0.75
HSL 229.29º 0.27% 0.2% -
HSV(B) 229.29º 0.43% 0.25% -
XYZ 2.55 2.43 5.34 -
YUV 43.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 37 42 65 0.43 0.35 0 0.75 229.29 0.27 0.2
Hex 25 2A 41 2B 23 0 4B E5 1B 14
Octal 45 52 101 53 43 0 113 345 33 24
Binary 100101 101010 1000001 101011 100011 0 1001011 11100101 11011 10100

Color Harmonies of #252A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A41

Black with #252A41

Text Example


Text Example

White with #252A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,65); }

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

background-color css

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

 a { background-color: rgb(37,42,65); }

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

border-color css

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

 span { border-color: rgb(37,42,65); }

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