Html Css Color HEX #252E3C Midnight

📋 copy color: '#252E3C'

red 37 ◦ green 46 ◦ blue 60

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

Shades of Midnight #252E3C

Tints of Midnight #252E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 25.87%
G = 32.17%
B = 41.96%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#252E3C (or 0x252E3C) is known color: Midnight. HEX triplet: 25, 2E and 3C. RGB value is (37,46,60). Sum of RGB (Red+Green+Blue) = 37+46+60=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 60 - color contains mainly: blue. Hex color #252E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E3C is #DAD1C3. Grayscale: #2C2C2C. Windows color (decimal): -14340548 or 3943973. OLE color: 3943973.

HSL color Cylindrical-coordinate representation of color #252E3C: hue angle of 216.52º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #252E3C is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 46 60 -
CMYK 0.38 0.23 0 0.76
HSL 216.52º 0.24% 0.19% -
HSV(B) 216.52º 0.38% 0.24% -
XYZ 2.56 2.67 4.66 -
YUV 44.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 37 46 60 0.38 0.23 0 0.76 216.52 0.24 0.19
Hex 25 2E 3C 26 17 0 4C D9 18 13
Octal 45 56 74 46 27 0 114 331 30 23
Binary 100101 101110 111100 100110 10111 0 1001100 11011001 11000 10011

Color Harmonies of #252E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E3C

Black with #252E3C

Text Example


Text Example

White with #252E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,60); }

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

background-color css

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

 a { background-color: rgb(37,46,60); }

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

border-color css

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

 span { border-color: rgb(37,46,60); }

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