#244A56

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

Shades of Teal Blue #244A56

Tints of Teal Blue #244A56

Color information

#244A56 (or 0x244A56) is unknown color: approx Teal Blue. HEX triplet: 24, 4A and 56. RGB value is (36,74,86). Sum of RGB (Red+Green+Blue) = 36+74+86=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #244A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A56 is #DBB5A9. Grayscale: #3F3F3F. Windows color (decimal): -14398890 or 5655076. OLE color: 5655076.

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

Color convert

RGB367486-
CMYK0.580.1400.66
HSL194.4º40.98%23.92%-
HSV(B)194.4º58.14%33.73%-
XYZ4.865.949.7-
YUV64.01140.41108.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=18.37%
G=37.76%
B=43.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3674860.580.1400.66194.440.9823.92
Hex244A563AE042c22918
Octal44112126721601023025130
Binary100100100101010101101110101110010000101100001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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