Html Css Color HEX #264C50 Dark Slate Grey

📋 copy color: '#264C50'

red 38 ◦ green 76 ◦ blue 80

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

Shades of Dark Slate Grey #264C50

Tints of Dark Slate Grey #264C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

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

R = 19.59%
G = 39.18%
B = 41.24%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#264C50 (or 0x264C50) is known color: Dark Slate Grey. HEX triplet: 26, 4C and 50. RGB value is (38,76,80). Sum of RGB (Red+Green+Blue) = 38+76+80=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #264C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C50 is #D9B3AF. Grayscale: #414141. Windows color (decimal): -14267312 or 5262374. OLE color: 5262374.

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

Color convert

RGB 38 76 80 -
CMYK 0.52 0.05 0 0.69
HSL 185.71º 0.36% 0.23% -
HSV(B) 185.71º 0.53% 0.31% -
XYZ 4.83 6.16 8.52 -
YUV 65.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 38 76 80 0.52 0.05 0 0.69 185.71 0.36 0.23
Hex 26 4C 50 34 5 0 45 BA 24 17
Octal 46 114 120 64 5 0 105 272 44 27
Binary 100110 1001100 1010000 110100 101 0 1000101 10111010 100100 10111

Color Harmonies of #264C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C50

Black with #264C50

Text Example


Text Example

White with #264C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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