#274D58

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

Shades of Teal Blue #274D58

Tints of Teal Blue #274D58

Color information

#274D58 (or 0x274D58) is unknown color: approx Teal Blue. HEX triplet: 27, 4D and 58. RGB value is (39,77,88). Sum of RGB (Red+Green+Blue) = 39+77+88=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #274D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D58 is #D8B2A7. Grayscale: #424242. Windows color (decimal): -14201512 or 5786919. OLE color: 5786919.

HSL color Cylindrical-coordinate representation of color #274D58: hue angle of 193.47º 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 #274D58 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397788-
CMYK0.560.1200.65
HSL193.47º38.58%24.9%-
HSV(B)193.47º55.68%34.51%-
XYZ5.256.4410.2-
YUV66.89139.91108.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=19.12%
G=37.75%
B=43.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3977880.560.1200.65193.4738.5824.9
Hex274D5838C041c12719
Octal47115130701401013014731
Binary100111100110110110001110001100010000011100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,88); }

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

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

 a { background-color: rgb(39,77,88); }

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

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

 span { border-color: rgb(39,77,88); }

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