Html Css Color HEX #252F3E Midnight

📋 copy color: '#252F3E'

red 37 ◦ green 47 ◦ blue 62

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

Shades of Midnight #252F3E

Tints of Midnight #252F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 25.34%
G = 32.19%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#252F3E (or 0x252F3E) is known color: Midnight. HEX triplet: 25, 2F and 3E. RGB value is (37,47,62). Sum of RGB (Red+Green+Blue) = 37+47+62=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #252F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F3E is #DAD0C1. Grayscale: #2D2D2D. Windows color (decimal): -14340290 or 4075301. OLE color: 4075301.

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

Color convert

RGB 37 47 62 -
CMYK 0.40 0.24 0 0.76
HSL 216º 0.25% 0.19% -
HSV(B) 216º 0.4% 0.24% -
XYZ 2.65 2.77 4.95 -
YUV 45.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 37 47 62 0.40 0.24 0 0.76 216 0.25 0.19
Hex 25 2F 3E 28 18 0 4C D8 19 13
Octal 45 57 76 50 30 0 114 330 31 23
Binary 100101 101111 111110 101000 11000 0 1001100 11011000 11001 10011

Color Harmonies of #252F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F3E

Black with #252F3E

Text Example


Text Example

White with #252F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,47,62); }

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

background-color css

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

 a { background-color: rgb(37,47,62); }

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

border-color css

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

 span { border-color: rgb(37,47,62); }

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