#254B4B

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

Shades of Dark Slate Grey #254B4B

Tints of Dark Slate Grey #254B4B

Color information

#254B4B (or 0x254B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4B and 4B. RGB value is (37,75,75). Sum of RGB (Red+Green+Blue) = 37+75+75=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #254B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B4B is #DAB4B4. Grayscale: #3F3F3F. Windows color (decimal): -14333109 or 4934437. OLE color: 4934437.

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

Color convert

RGB377575-
CMYK0.51000.71
HSL180º33.93%21.96%-
HSV(B)180º50.67%29.41%-
XYZ4.555.937.56-
YUV63.64134.41109-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=19.79%
G=40.11%
B=40.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775750.51000.7118033.9321.96
Hex254B4B330047b42216
Octal4511311363001072644226
Binary100101100101110010111100110010001111011010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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