#244B57

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

Shades of Teal Blue #244B57

Tints of Teal Blue #244B57

Color information

#244B57 (or 0x244B57) is unknown color: approx Teal Blue. HEX triplet: 24, 4B and 57. RGB value is (36,75,87). Sum of RGB (Red+Green+Blue) = 36+75+87=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #244B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B57 is #DBB4A8. Grayscale: #404040. Windows color (decimal): -14398633 or 5720868. OLE color: 5720868.

HSL color Cylindrical-coordinate representation of color #244B57: hue angle of 194.12º 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 #244B57 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB367587-
CMYK0.590.1400.66
HSL194.12º41.46%24.12%-
HSV(B)194.12º58.62%34.12%-
XYZ4.966.19.93-
YUV64.71140.58107.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=18.18%
G=37.88%
B=43.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3675870.590.1400.66194.1241.4624.12
Hex244B573BE042c22918
Octal44113127731601023025130
Binary100100100101110101111110111110010000101100001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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