Html Css Color HEX #264C4E Dark Slate Grey

📋 copy color: '#264C4E'

red 38 ◦ green 76 ◦ blue 78

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

Shades of Dark Slate Grey #264C4E

Tints of Dark Slate Grey #264C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.63%

R = 19.79%
G = 39.58%
B = 40.63%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#264C4E (or 0x264C4E) is known color: Dark Slate Grey. HEX triplet: 26, 4C and 4E. RGB value is (38,76,78). Sum of RGB (Red+Green+Blue) = 38+76+78=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #264C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C4E is #D9B3B1. Grayscale: #404040. Windows color (decimal): -14267314 or 5131302. OLE color: 5131302.

HSL color Cylindrical-coordinate representation of color #264C4E: hue angle of 183º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264C4E is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 76 78 -
CMYK 0.51 0.03 0 0.69
HSL 183º 0.34% 0.23% -
HSV(B) 183º 0.51% 0.31% -
XYZ 4.76 6.13 8.14 -
YUV 64.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 38 76 78 0.51 0.03 0 0.69 183 0.34 0.23
Hex 26 4C 4E 33 3 0 45 B7 22 17
Octal 46 114 116 63 3 0 105 267 42 27
Binary 100110 1001100 1001110 110011 11 0 1000101 10110111 100010 10111

Color Harmonies of #264C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C4E

Black with #264C4E

Text Example


Text Example

White with #264C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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