#254A4D

Color #254A4D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #254A4D

Tints of Dark Slate Grey #254A4D

Color information

#254A4D (or 0x254A4D) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4A and 4D. RGB value is (37,74,77). Sum of RGB (Red+Green+Blue) = 37+74+77=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #254A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A4D is #DAB5B2. Grayscale: #3F3F3F. Windows color (decimal): -14333363 or 5065253. OLE color: 5065253.

HSL color Cylindrical-coordinate representation of color #254A4D: hue angle of 184.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254A4D is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB377477-
CMYK0.520.0400.70
HSL184.5º35.09%22.35%-
HSV(B)184.5º51.95%30.2%-
XYZ4.555.837.91-
YUV63.28135.74109.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=19.68%
G=39.36%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3774770.520.0400.70184.535.0922.35
Hex254A4D344046b82316
Octal4511211564401062704326
Binary10010110010101001101110100100010001101011100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A4D; }

 p { color: rgb(37,74,77); }

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

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

 a { background-color: rgb(37,74,77); }

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

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

 span { border-color: rgb(37,74,77); }

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