Html Css Color HEX #252A42 Midnight Express

📋 copy color: '#252A42'

red 37 ◦ green 42 ◦ blue 66

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

Shades of Midnight Express #252A42

Tints of Midnight Express #252A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 25.52%
G = 28.97%
B = 45.52%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#252A42 (or 0x252A42) is known color: Midnight Express. HEX triplet: 25, 2A and 42. RGB value is (37,42,66). Sum of RGB (Red+Green+Blue) = 37+42+66=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #252A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A42 is #DAD5BD. Grayscale: #2B2B2B. Windows color (decimal): -14341566 or 4336165. OLE color: 4336165.

HSL color Cylindrical-coordinate representation of color #252A42: hue angle of 229.66º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #252A42 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 42 66 -
CMYK 0.44 0.36 0 0.74
HSL 229.66º 0.28% 0.2% -
HSV(B) 229.66º 0.44% 0.26% -
XYZ 2.57 2.44 5.49 -
YUV 43.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 37 42 66 0.44 0.36 0 0.74 229.66 0.28 0.2
Hex 25 2A 42 2C 24 0 4A E6 1C 14
Octal 45 52 102 54 44 0 112 346 34 24
Binary 100101 101010 1000010 101100 100100 0 1001010 11100110 11100 10100

Color Harmonies of #252A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A42

Black with #252A42

Text Example


Text Example

White with #252A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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