#274E53

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

Shades of Dark Slate Grey #274E53

Tints of Dark Slate Grey #274E53

Color information

#274E53 (or 0x274E53) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4E and 53. RGB value is (39,78,83). Sum of RGB (Red+Green+Blue) = 39+78+83=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #274E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E53 is #D8B1AC. Grayscale: #424242. Windows color (decimal): -14201261 or 5459495. OLE color: 5459495.

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

Color convert

RGB397883-
CMYK0.530.0600.67
HSL186.82º36.07%23.92%-
HSV(B)186.82º53.01%32.55%-
XYZ5.126.59.17-
YUV66.91137.08108.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=19.5%
G=39%
B=41.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3978830.530.0600.67186.8236.0723.92
Hex274E53356043bb2418
Octal4711612365601032734430
Binary10011110011101010011110101110010000111011101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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