#274754

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

Shades of Teal Blue #274754

Tints of Teal Blue #274754

Color information

#274754 (or 0x274754) is unknown color: approx Teal Blue. HEX triplet: 27, 47 and 54. RGB value is (39,71,84). Sum of RGB (Red+Green+Blue) = 39+71+84=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #274754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274754 is #D8B8AB. Grayscale: #3E3E3E. Windows color (decimal): -14203052 or 5523239. OLE color: 5523239.

HSL color Cylindrical-coordinate representation of color #274754: hue angle of 197.33º 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 #274754 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397184-
CMYK0.540.1500.67
HSL197.33º36.59%24.12%-
HSV(B)197.33º53.57%32.94%-
XYZ4.695.589.22-
YUV62.91139.9110.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=20.10%
G=36.60%
B=43.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3971840.540.1500.67197.3336.5924.12
Hex27475436F043c52518
Octal47107124661701033054530
Binary100111100011110101001101101111010000111100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274754; }

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

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

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

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

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

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

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

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