#244A57

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

Shades of Teal Blue #244A57

Tints of Teal Blue #244A57

Color information

#244A57 (or 0x244A57) is unknown color: approx Teal Blue. HEX triplet: 24, 4A and 57. RGB value is (36,74,87). Sum of RGB (Red+Green+Blue) = 36+74+87=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #244A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A57 is #DBB5A8. Grayscale: #404040. Windows color (decimal): -14398889 or 5720612. OLE color: 5720612.

HSL color Cylindrical-coordinate representation of color #244A57: hue angle of 195.29º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244A57 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB367487-
CMYK0.590.1500.66
HSL195.29º41.46%24.12%-
HSV(B)195.29º58.62%34.12%-
XYZ4.95.969.91-
YUV64.12140.91107.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=18.27%
G=37.56%
B=44.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3674870.590.1500.66195.2941.4624.12
Hex244A573BF042c32918
Octal44112127731701023035130
Binary100100100101010101111110111111010000101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A57; }

 p { color: rgb(36,74,87); }

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

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

 a { background-color: rgb(36,74,87); }

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

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

 span { border-color: rgb(36,74,87); }

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