#264E50

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

Shades of Dark Slate Grey #264E50

Tints of Dark Slate Grey #264E50

Color information

#264E50 (or 0x264E50) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4E and 50. RGB value is (38,78,80). Sum of RGB (Red+Green+Blue) = 38+78+80=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #264E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E50 is #D9B1AF. Grayscale: #424242. Windows color (decimal): -14266800 or 5262886. OLE color: 5262886.

HSL color Cylindrical-coordinate representation of color #264E50: hue angle of 182.86º degrees, saturation: 0.36, 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 #264E50 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB387880-
CMYK0.520.0200.69
HSL182.86º35.59%23.14%-
HSV(B)182.86º52.5%31.37%-
XYZ4.976.448.57-
YUV66.27135.75107.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=19.39%
G=39.80%
B=40.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3878800.520.0200.69182.8635.5923.14
Hex264E50342045b72417
Octal4611612064201052674427
Binary1001101001110101000011010010010001011011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,78,80); }

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

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

 a { background-color: rgb(38,78,80); }

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

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

 span { border-color: rgb(38,78,80); }

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