Html Css Color HEX #252B40 Midnight Express

📋 copy color: '#252B40'

red 37 ◦ green 43 ◦ blue 64

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

Shades of Midnight Express #252B40

Tints of Midnight Express #252B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 25.69%
G = 29.86%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252B40 (or 0x252B40) is known color: Midnight Express. HEX triplet: 25, 2B and 40. RGB value is (37,43,64). Sum of RGB (Red+Green+Blue) = 37+43+64=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #252B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B40 is #DAD4BF. Grayscale: #2B2B2B. Windows color (decimal): -14341312 or 4205349. OLE color: 4205349.

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

Color convert

RGB 37 43 64 -
CMYK 0.42 0.33 0 0.75
HSL 226.67º 0.27% 0.2% -
HSV(B) 226.67º 0.42% 0.25% -
XYZ 2.55 2.49 5.2 -
YUV 43.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 37 43 64 0.42 0.33 0 0.75 226.67 0.27 0.2
Hex 25 2B 40 2A 21 0 4B E3 1B 14
Octal 45 53 100 52 41 0 113 343 33 24
Binary 100101 101011 1000000 101010 100001 0 1001011 11100011 11011 10100

Color Harmonies of #252B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B40

Black with #252B40

Text Example


Text Example

White with #252B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,43,64); }

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

background-color css

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

 a { background-color: rgb(37,43,64); }

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

border-color css

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

 span { border-color: rgb(37,43,64); }

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