#27494F

Color #27494F Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #27494F

Tints of Teal Blue #27494F

Color information

#27494F (or 0x27494F) is unknown color: approx Teal Blue. HEX triplet: 27, 49 and 4F. RGB value is (39,73,79). Sum of RGB (Red+Green+Blue) = 39+73+79=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #27494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27494F is #D8B6B0. Grayscale: #3F3F3F. Windows color (decimal): -14202545 or 5196071. OLE color: 5196071.

HSL color Cylindrical-coordinate representation of color #27494F: hue angle of 189º 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 #27494F is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB397379-
CMYK0.510.0800.69
HSL189º33.9%23.14%-
HSV(B)189º50.63%30.98%-
XYZ4.635.768.27-
YUV63.52136.74110.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=20.42%
G=38.22%
B=41.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3973790.510.0800.6918933.923.14
Hex27494F338045bd2217
Octal47111117631001052754227
Binary100111100100110011111100111000010001011011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27494F; }

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

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

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

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

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

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

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

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