#274A52

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

Shades of Teal Blue #274A52

Tints of Teal Blue #274A52

Color information

#274A52 (or 0x274A52) is unknown color: approx Teal Blue. HEX triplet: 27, 4A and 52. RGB value is (39,74,82). Sum of RGB (Red+Green+Blue) = 39+74+82=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #274A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A52 is #D8B5AD. Grayscale: #404040. Windows color (decimal): -14202286 or 5392935. OLE color: 5392935.

HSL color Cylindrical-coordinate representation of color #274A52: hue angle of 191.16º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274A52 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB397482-
CMYK0.520.1000.68
HSL191.16º35.54%23.73%-
HSV(B)191.16º52.44%32.16%-
XYZ4.815.948.88-
YUV64.45137.9109.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=20%
G=37.95%
B=42.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3974820.520.1000.68191.1635.5423.73
Hex274A5234A044bf2418
Octal47112122641201042774430
Binary100111100101010100101101001010010001001011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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