#274952

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

Shades of Teal Blue #274952

Tints of Teal Blue #274952

Color information

#274952 (or 0x274952) is unknown color: approx Teal Blue. HEX triplet: 27, 49 and 52. RGB value is (39,73,82). Sum of RGB (Red+Green+Blue) = 39+73+82=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #274952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274952 is #D8B6AD. Grayscale: #3F3F3F. Windows color (decimal): -14202542 or 5392679. OLE color: 5392679.

HSL color Cylindrical-coordinate representation of color #274952: hue angle of 192.56º 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 #274952 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB397382-
CMYK0.520.1100.68
HSL192.56º35.54%23.73%-
HSV(B)192.56º52.44%32.16%-
XYZ4.745.818.85-
YUV63.86138.24110.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=20.10%
G=37.63%
B=42.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3973820.520.1100.68192.5635.5423.73
Hex27495234B044c12418
Octal47111122641301043014430
Binary100111100100110100101101001011010001001100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274952; }

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

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

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

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

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

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

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

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