#254A4A

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

Shades of Dark Slate Grey #254A4A

Tints of Dark Slate Grey #254A4A

Color information

#254A4A (or 0x254A4A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4A and 4A. RGB value is (37,74,74). Sum of RGB (Red+Green+Blue) = 37+74+74=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #254A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A4A is #DAB5B5. Grayscale: #3E3E3E. Windows color (decimal): -14333366 or 4868645. OLE color: 4868645.

HSL color Cylindrical-coordinate representation of color #254A4A: hue angle of 180º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A4A is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB377474-
CMYK0.50000.71
HSL180º33.33%21.76%-
HSV(B)180º50%29.02%-
XYZ4.455.797.36-
YUV62.94134.24109.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774740.50000.7118033.3321.76
Hex254A4A320047b42116
Octal4511211262001072644126
Binary100101100101010010101100100010001111011010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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