#274752

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

Shades of Teal Blue #274752

Tints of Teal Blue #274752

Color information

#274752 (or 0x274752) is unknown color: approx Teal Blue. HEX triplet: 27, 47 and 52. RGB value is (39,71,82). Sum of RGB (Red+Green+Blue) = 39+71+82=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #274752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274752 is #D8B8AD. Grayscale: #3E3E3E. Windows color (decimal): -14203054 or 5392167. OLE color: 5392167.

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

Color convert

RGB397182-
CMYK0.520.1300.68
HSL195.35º35.54%23.73%-
HSV(B)195.35º52.44%32.16%-
XYZ4.615.558.81-
YUV62.69138.9111.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=20.31%
G=36.98%
B=42.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3971820.520.1300.68195.3535.5423.73
Hex27475234D044c32418
Octal47107122641501043034430
Binary100111100011110100101101001101010001001100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274752; }

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

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

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

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

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

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

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

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