#253445

Color #253445 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #253445

Tints of Midnight #253445

Color information

#253445 (or 0x253445) is unknown color: approx Midnight. HEX triplet: 25, 34 and 45. RGB value is (37,52,69). Sum of RGB (Red+Green+Blue) = 37+52+69=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #253445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253445 is #DACBBA. Grayscale: #313131. Windows color (decimal): -14339003 or 4535333. OLE color: 4535333.

HSL color Cylindrical-coordinate representation of color #253445: hue angle of 211.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253445 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB375269-
CMYK0.460.2500.73
HSL211.88º30.19%20.78%-
HSV(B)211.88º46.38%27.06%-
XYZ3.073.286.1-
YUV49.45139.03119.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=23.42%
G=32.91%
B=43.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3752690.460.2500.73211.8830.1920.78
Hex2534452E19049d41e15
Octal4564105563101113243625
Binary10010111010010001011011101100101001001110101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253445; }

 p { color: rgb(37,52,69); }

 H1.HeaderClassName
 {
   color: #253445;
 }
 .AnyTagClassName
 {
   color: #253445;
 }
</style>
background-color css

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

 a { background-color: rgb(37,52,69); }

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

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

 span { border-color: rgb(37,52,69); }

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