Html Css Color HEX #274547 Dark Slate Grey

📋 copy color: '#274547'

red 39 ◦ green 69 ◦ blue 71

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

Shades of Dark Slate Grey #274547

Tints of Dark Slate Grey #274547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 21.79%
G = 38.55%
B = 39.66%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#274547 (or 0x274547) is known color: Dark Slate Grey. HEX triplet: 27, 45 and 47. RGB value is (39,69,71). Sum of RGB (Red+Green+Blue) = 39+69+71=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #274547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274547 is #D8BAB8. Grayscale: #3C3C3C. Windows color (decimal): -14203577 or 4670759. OLE color: 4670759.

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

Color convert

RGB 39 69 71 -
CMYK 0.45 0.03 0 0.72
HSL 183.75º 0.29% 0.22% -
HSV(B) 183.75º 0.45% 0.28% -
XYZ 4.1 5.14 6.74 -
YUV 60.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 39 69 71 0.45 0.03 0 0.72 183.75 0.29 0.22
Hex 27 45 47 2D 3 0 48 B8 1D 16
Octal 47 105 107 55 3 0 110 270 35 26
Binary 100111 1000101 1000111 101101 11 0 1001000 10111000 11101 10110

Color Harmonies of #274547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274547

Black with #274547

Text Example


Text Example

White with #274547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274547; }

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

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

background-color css

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

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

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

border-color css

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

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

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