#244F57

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

Shades of Teal Blue #244F57

Tints of Teal Blue #244F57

Color information

#244F57 (or 0x244F57) is unknown color: approx Teal Blue. HEX triplet: 24, 4F and 57. RGB value is (36,79,87). Sum of RGB (Red+Green+Blue) = 36+79+87=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #244F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F57 is #DBB0A8. Grayscale: #424242. Windows color (decimal): -14397609 or 5721892. OLE color: 5721892.

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

Color convert

RGB367987-
CMYK0.590.0900.66
HSL189.41º41.46%24.12%-
HSV(B)189.41º58.62%34.12%-
XYZ5.246.6610.03-
YUV67.06139.25105.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=17.82%
G=39.11%
B=43.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3679870.590.0900.66189.4141.4624.12
Hex244F573B9042bd2918
Octal44117127731101022755130
Binary100100100111110101111110111001010000101011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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