#264F4D

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

Shades of Dark Slate Grey #264F4D

Tints of Dark Slate Grey #264F4D

Color information

#264F4D (or 0x264F4D) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4F and 4D. RGB value is (38,79,77). Sum of RGB (Red+Green+Blue) = 38+79+77=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #264F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F4D is #D9B0B2. Grayscale: #424242. Windows color (decimal): -14266547 or 5066534. OLE color: 5066534.

HSL color Cylindrical-coordinate representation of color #264F4D: hue angle of 177.07º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F4D is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB387977-
CMYK0.5200.030.69
HSL177.07º35.04%22.94%-
HSV(B)177.07º51.9%30.98%-
XYZ4.936.548.02-
YUV66.51133.92107.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=19.59%
G=40.72%
B=39.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879770.5200.030.69177.0735.0422.94
Hex264F4D340345b12317
Octal4611711564031052614327
Binary1001101001111100110111010001110001011011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F4D; }

 p { color: rgb(38,79,77); }

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

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

 a { background-color: rgb(38,79,77); }

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

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

 span { border-color: rgb(38,79,77); }

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