Html Css Color HEX #253445 Midnight

📋 copy color: '#253445'

red 37 ◦ green 52 ◦ blue 69

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

Shades of Midnight #253445

Tints of Midnight #253445

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253445 (or 0x253445) is known color: 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

RGB 37 52 69 -
CMYK 0.46 0.25 0 0.73
HSL 211.88º 0.3% 0.21% -
HSV(B) 211.88º 0.46% 0.27% -
XYZ 3.07 3.28 6.1 -
YUV 49.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 37 52 69 0.46 0.25 0 0.73 211.88 0.3 0.21
Hex 25 34 45 2E 19 0 49 D4 1E 15
Octal 45 64 105 56 31 0 111 324 36 25
Binary 100101 110100 1000101 101110 11001 0 1001001 11010100 11110 10101

Color Harmonies of #253445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253445

Black with #253445

Text Example


Text Example

White with #253445

Text Example


Text Example

HTML Codes & Css Web 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>