#274F54

Color #274F54 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #274F54

Tints of Dark Slate Grey #274F54

Color information

#274F54 (or 0x274F54) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4F and 54. RGB value is (39,79,84). Sum of RGB (Red+Green+Blue) = 39+79+84=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #274F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F54 is #D8B0AB. Grayscale: #434343. Windows color (decimal): -14201004 or 5525287. OLE color: 5525287.

HSL color Cylindrical-coordinate representation of color #274F54: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274F54 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397984-
CMYK0.540.0600.67
HSL186.67º36.59%24.12%-
HSV(B)186.67º53.57%32.94%-
XYZ5.236.669.4-
YUV67.61137.25107.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=19.31%
G=39.11%
B=41.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3979840.540.0600.67186.6736.5924.12
Hex274F54366043bb2518
Octal4711712466601032734530
Binary10011110011111010100110110110010000111011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F54; }

 p { color: rgb(39,79,84); }

 H1.HeaderClassName
 {
   color: #274F54;
 }
 .AnyTagClassName
 {
   color: #274F54;
 }
</style>
background-color css

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

 a { background-color: rgb(39,79,84); }

 div.DivClassName
 {
   background-color: #274F54;
 }
 .BgClassName
 {
   background-color: #274F54;
 }
</style>
border-color css

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

 span { border-color: rgb(39,79,84); }

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