Html Css Color HEX #253041 Midnight

📋 copy color: '#253041'

red 37 ◦ green 48 ◦ blue 65

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

Shades of Midnight #253041

Tints of Midnight #253041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 24.67%
G = 32%
B = 43.33%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253041 (or 0x253041) is known color: Midnight. HEX triplet: 25, 30 and 41. RGB value is (37,48,65). Sum of RGB (Red+Green+Blue) = 37+48+65=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #253041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253041 is #DACFBE. Grayscale: #2E2E2E. Windows color (decimal): -14340031 or 4272165. OLE color: 4272165.

HSL color Cylindrical-coordinate representation of color #253041: hue angle of 216.43º 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 #253041 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 48 65 -
CMYK 0.43 0.26 0 0.75
HSL 216.43º 0.27% 0.2% -
HSV(B) 216.43º 0.43% 0.25% -
XYZ 2.77 2.89 5.41 -
YUV 46.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 37 48 65 0.43 0.26 0 0.75 216.43 0.27 0.2
Hex 25 30 41 2B 1A 0 4B D8 1B 14
Octal 45 60 101 53 32 0 113 330 33 24
Binary 100101 110000 1000001 101011 11010 0 1001011 11011000 11011 10100

Color Harmonies of #253041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253041

Black with #253041

Text Example


Text Example

White with #253041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253041; }

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

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

background-color css

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

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

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

border-color css

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

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

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