#264C51

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

Shades of Dark Slate Grey #264C51

Tints of Dark Slate Grey #264C51

Color information

#264C51 (or 0x264C51) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4C and 51. RGB value is (38,76,81). Sum of RGB (Red+Green+Blue) = 38+76+81=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #264C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C51 is #D9B3AE. Grayscale: #414141. Windows color (decimal): -14267311 or 5327910. OLE color: 5327910.

HSL color Cylindrical-coordinate representation of color #264C51: hue angle of 186.98º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264C51 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB387681-
CMYK0.530.0600.68
HSL186.98º36.13%23.33%-
HSV(B)186.98º53.09%31.76%-
XYZ4.876.188.72-
YUV65.21136.91108.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=19.49%
G=38.97%
B=41.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3876810.530.0600.68186.9836.1323.33
Hex264C51356044bb2417
Octal4611412165601042734427
Binary10011010011001010001110101110010001001011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,81); }

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

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

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

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

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

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

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