#274A59

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

Shades of Teal Blue #274A59

Tints of Teal Blue #274A59

Color information

#274A59 (or 0x274A59) is unknown color: approx Teal Blue. HEX triplet: 27, 4A and 59. RGB value is (39,74,89). Sum of RGB (Red+Green+Blue) = 39+74+89=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #274A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A59 is #D8B5A6. Grayscale: #414141. Windows color (decimal): -14202279 or 5851687. OLE color: 5851687.

HSL color Cylindrical-coordinate representation of color #274A59: hue angle of 198º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274A59 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397489-
CMYK0.560.1700.65
HSL198º39.06%25.1%-
HSV(B)198º56.18%34.9%-
XYZ5.096.0510.35-
YUV65.24141.4109.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=19.31%
G=36.63%
B=44.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3974890.560.1700.6519839.0625.1
Hex274A593811041c62719
Octal47112131702101013064731
Binary1001111001010101100111100010001010000011100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,74,89); }

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

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

 a { background-color: rgb(39,74,89); }

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

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

 span { border-color: rgb(39,74,89); }

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