#274B58

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

Shades of Teal Blue #274B58

Tints of Teal Blue #274B58

Color information

#274B58 (or 0x274B58) is unknown color: approx Teal Blue. HEX triplet: 27, 4B and 58. RGB value is (39,75,88). Sum of RGB (Red+Green+Blue) = 39+75+88=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #274B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B58 is #D8B4A7. Grayscale: #414141. Windows color (decimal): -14202024 or 5786407. OLE color: 5786407.

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

Color convert

RGB397588-
CMYK0.560.1500.65
HSL195.92º38.58%24.9%-
HSV(B)195.92º55.68%34.51%-
XYZ5.116.1710.15-
YUV65.72140.57108.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=19.31%
G=37.13%
B=43.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3975880.560.1500.65195.9238.5824.9
Hex274B5838F041c42719
Octal47113130701701013044731
Binary100111100101110110001110001111010000011100010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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