#274A53

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

Shades of Teal Blue #274A53

Tints of Teal Blue #274A53

Color information

#274A53 (or 0x274A53) is unknown color: approx Teal Blue. HEX triplet: 27, 4A and 53. RGB value is (39,74,83). Sum of RGB (Red+Green+Blue) = 39+74+83=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #274A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A53 is #D8B5AC. Grayscale: #404040. Windows color (decimal): -14202285 or 5458471. OLE color: 5458471.

HSL color Cylindrical-coordinate representation of color #274A53: hue angle of 192.27º 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 #274A53 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397483-
CMYK0.530.1100.67
HSL192.27º36.07%23.92%-
HSV(B)192.27º53.01%32.55%-
XYZ4.855.959.08-
YUV64.56138.4109.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=19.90%
G=37.76%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3974830.530.1100.67192.2736.0723.92
Hex274A5335B043c02418
Octal47112123651301033004430
Binary100111100101010100111101011011010000111100000010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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