Html Css Color HEX #253341 Midnight

📋 copy color: '#253341'

red 37 ◦ green 51 ◦ blue 65

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

Shades of Midnight #253341

Tints of Midnight #253341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 24.18%
G = 33.33%
B = 42.48%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253341 (or 0x253341) is known color: Midnight. HEX triplet: 25, 33 and 41. RGB value is (37,51,65). Sum of RGB (Red+Green+Blue) = 37+51+65=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #253341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253341 is #DACCBE. Grayscale: #303030. Windows color (decimal): -14339263 or 4272933. OLE color: 4272933.

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

Color convert

RGB 37 51 65 -
CMYK 0.43 0.22 0 0.75
HSL 210º 0.27% 0.2% -
HSV(B) 210º 0.43% 0.25% -
XYZ 2.9 3.14 5.45 -
YUV 48.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 37 51 65 0.43 0.22 0 0.75 210 0.27 0.2
Hex 25 33 41 2B 16 0 4B D2 1B 14
Octal 45 63 101 53 26 0 113 322 33 24
Binary 100101 110011 1000001 101011 10110 0 1001011 11010010 11011 10100

Color Harmonies of #253341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253341

Black with #253341

Text Example


Text Example

White with #253341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253341; }

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

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

background-color css

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

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

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

border-color css

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

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

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