#264B4B

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

Shades of Dark Slate Grey #264B4B

Tints of Dark Slate Grey #264B4B

Color information

#264B4B (or 0x264B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4B and 4B. RGB value is (38,75,75). Sum of RGB (Red+Green+Blue) = 38+75+75=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #264B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B4B is #D9B4B4. Grayscale: #3F3F3F. Windows color (decimal): -14267573 or 4934438. OLE color: 4934438.

HSL color Cylindrical-coordinate representation of color #264B4B: 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.49%. Process color model (Four color, CMYK) of #264B4B is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB387575-
CMYK0.49000.71
HSL180º32.74%22.16%-
HSV(B)180º49.33%29.41%-
XYZ4.595.957.56-
YUV63.94134.24109.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=20.21%
G=39.89%
B=39.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3875750.49000.7118032.7422.16
Hex264B4B310047b42116
Octal4611311361001072644126
Binary100110100101110010111100010010001111011010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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