#274E52

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

Shades of Dark Slate Grey #274E52

Tints of Dark Slate Grey #274E52

Color information

#274E52 (or 0x274E52) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4E and 52. RGB value is (39,78,82). Sum of RGB (Red+Green+Blue) = 39+78+82=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #274E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E52 is #D8B1AD. Grayscale: #424242. Windows color (decimal): -14201262 or 5393959. OLE color: 5393959.

HSL color Cylindrical-coordinate representation of color #274E52: hue angle of 185.58º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274E52 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB397882-
CMYK0.520.0500.68
HSL185.58º35.54%23.73%-
HSV(B)185.58º52.44%32.16%-
XYZ5.086.498.97-
YUV66.8136.58108.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=19.60%
G=39.20%
B=41.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3978820.520.0500.68185.5835.5423.73
Hex274E52345044ba2418
Octal4711612264501042724430
Binary10011110011101010010110100101010001001011101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,78,82); }

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

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

 a { background-color: rgb(39,78,82); }

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

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

 span { border-color: rgb(39,78,82); }

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