Html Css Color HEX #254B4B Dark Slate Grey

📋 copy color: '#254B4B'

red 37 ◦ green 75 ◦ blue 75

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

Shades of Dark Slate Grey #254B4B

Tints of Dark Slate Grey #254B4B

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 value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#254B4B (or 0x254B4B) is known color: 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

RGB 37 75 75 -
CMYK 0.51 0 0 0.71
HSL 180º 0.34% 0.22% -
HSV(B) 180º 0.51% 0.29% -
XYZ 4.55 5.93 7.56 -
YUV 63.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 37 75 75 0.51 0 0 0.71 180 0.34 0.22
Hex 25 4B 4B 33 0 0 47 B4 22 16
Octal 45 113 113 63 0 0 107 264 42 26
Binary 100101 1001011 1001011 110011 0 0 1000111 10110100 100010 10110

Color Harmonies of #254B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B4B

Black with #254B4B

Text Example


Text Example

White with #254B4B

Text Example


Text Example

HTML Codes & Css Web 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>