#274B50

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

Shades of Dark Slate Grey #274B50

Tints of Dark Slate Grey #274B50

Color information

#274B50 (or 0x274B50) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4B and 50. RGB value is (39,75,80). Sum of RGB (Red+Green+Blue) = 39+75+80=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #274B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B50 is #D8B4AF. Grayscale: #404040. Windows color (decimal): -14202032 or 5262119. OLE color: 5262119.

HSL color Cylindrical-coordinate representation of color #274B50: hue angle of 187.32º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274B50 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB397580-
CMYK0.510.0600.69
HSL187.32º34.45%23.33%-
HSV(B)187.32º51.25%31.37%-
XYZ4.86.048.5-
YUV64.81136.57109.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=20.10%
G=38.66%
B=41.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3975800.510.0600.69187.3234.4523.33
Hex274B50336045bb2217
Octal4711312063601052734227
Binary10011110010111010000110011110010001011011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,75,80); }

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

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

 a { background-color: rgb(39,75,80); }

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

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

 span { border-color: rgb(39,75,80); }

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