Html Css Color HEX #264D50 Dark Slate Grey

📋 copy color: '#264D50'

red 38 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #264D50

Tints of Dark Slate Grey #264D50

RGB

 RED value IS 38 (15.23% from 255) = 19.49%

 GREEN value IS 77 (30.47% from 255) = 39.49%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 19.49%
G = 39.49%
B = 41.03%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#264D50 (or 0x264D50) is known color: Dark Slate Grey. HEX triplet: 26, 4D and 50. RGB value is (38,77,80). Sum of RGB (Red+Green+Blue) = 38+77+80=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #264D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D50 is #D9B2AF. Grayscale: #414141. Windows color (decimal): -14267056 or 5262630. OLE color: 5262630.

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

Color convert

RGB 38 77 80 -
CMYK 0.52 0.04 0 0.69
HSL 184.29º 0.36% 0.23% -
HSV(B) 184.29º 0.53% 0.31% -
XYZ 4.9 6.3 8.55 -
YUV 65.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 38 77 80 0.52 0.04 0 0.69 184.29 0.36 0.23
Hex 26 4D 50 34 4 0 45 B8 24 17
Octal 46 115 120 64 4 0 105 270 44 27
Binary 100110 1001101 1010000 110100 100 0 1000101 10111000 100100 10111

Color Harmonies of #264D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D50

Black with #264D50

Text Example


Text Example

White with #264D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #264D50;
 }
 .AnyTagClassName
 {
   color: #264D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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