#274753

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

Shades of Teal Blue #274753

Tints of Teal Blue #274753

Color information

#274753 (or 0x274753) is unknown color: approx Teal Blue. HEX triplet: 27, 47 and 53. RGB value is (39,71,83). Sum of RGB (Red+Green+Blue) = 39+71+83=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #274753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274753 is #D8B8AC. Grayscale: #3E3E3E. Windows color (decimal): -14203053 or 5457703. OLE color: 5457703.

HSL color Cylindrical-coordinate representation of color #274753: hue angle of 196.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274753 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397183-
CMYK0.530.1400.67
HSL196.36º36.07%23.92%-
HSV(B)196.36º53.01%32.55%-
XYZ4.655.569.01-
YUV62.8139.4111.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=20.21%
G=36.79%
B=43.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3971830.530.1400.67196.3636.0723.92
Hex27475335E043c42418
Octal47107123651601033044430
Binary100111100011110100111101011110010000111100010010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274753; }

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

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

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

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

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

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

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

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