Html Css Color HEX #264C51 Dark Slate Grey

📋 copy color: '#264C51'

red 38 ◦ green 76 ◦ blue 81

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

Shades of Dark Slate Grey #264C51

Tints of Dark Slate Grey #264C51

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 value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#264C51 (or 0x264C51) is known color: 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

RGB 38 76 81 -
CMYK 0.53 0.06 0 0.68
HSL 186.98º 0.36% 0.23% -
HSV(B) 186.98º 0.53% 0.32% -
XYZ 4.87 6.18 8.72 -
YUV 65.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 38 76 81 0.53 0.06 0 0.68 186.98 0.36 0.23
Hex 26 4C 51 35 6 0 44 BB 24 17
Octal 46 114 121 65 6 0 104 273 44 27
Binary 100110 1001100 1010001 110101 110 0 1000100 10111011 100100 10111

Color Harmonies of #264C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C51

Black with #264C51

Text Example


Text Example

White with #264C51

Text Example


Text Example

HTML Codes & Css Web 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>