#274F55

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

Shades of Teal Blue #274F55

Tints of Teal Blue #274F55

Color information

#274F55 (or 0x274F55) is unknown color: approx Teal Blue. HEX triplet: 27, 4F and 55. RGB value is (39,79,85). Sum of RGB (Red+Green+Blue) = 39+79+85=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #274F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F55 is #D8B0AA. Grayscale: #434343. Windows color (decimal): -14201003 or 5590823. OLE color: 5590823.

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

Color convert

RGB397985-
CMYK0.540.0700.67
HSL187.83º37.1%24.31%-
HSV(B)187.83º54.12%33.33%-
XYZ5.276.689.61-
YUV67.72137.75107.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=19.21%
G=38.92%
B=41.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3979850.540.0700.67187.8337.124.31
Hex274F55367043bc2518
Octal4711712566701032744530
Binary10011110011111010101110110111010000111011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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