Html Css Color HEX #274548 Dark Slate Grey

📋 copy color: '#274548'

red 39 ◦ green 69 ◦ blue 72

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

Shades of Dark Slate Grey #274548

Tints of Dark Slate Grey #274548

RGB

 RED value IS 39 (15.63% from 255) = 21.67%

 GREEN value IS 69 (27.34% from 255) = 38.33%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 21.67%
G = 38.33%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#274548 (or 0x274548) is known color: Dark Slate Grey. HEX triplet: 27, 45 and 48. RGB value is (39,69,72). Sum of RGB (Red+Green+Blue) = 39+69+72=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #274548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274548 is #D8BAB7. Grayscale: #3C3C3C. Windows color (decimal): -14203576 or 4736295. OLE color: 4736295.

HSL color Cylindrical-coordinate representation of color #274548: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274548 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 69 72 -
CMYK 0.46 0.04 0 0.72
HSL 185.45º 0.3% 0.22% -
HSV(B) 185.45º 0.46% 0.28% -
XYZ 4.13 5.16 6.91 -
YUV 60.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 39 69 72 0.46 0.04 0 0.72 185.45 0.3 0.22
Hex 27 45 48 2E 4 0 48 B9 1E 16
Octal 47 105 110 56 4 0 110 271 36 26
Binary 100111 1000101 1001000 101110 100 0 1001000 10111001 11110 10110

Color Harmonies of #274548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274548

Black with #274548

Text Example


Text Example

White with #274548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274548; }

 p { color: rgb(39,69,72); }

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

background-color css

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

 a { background-color: rgb(39,69,72); }

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

border-color css

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

 span { border-color: rgb(39,69,72); }

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