#244A58

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

Shades of Teal Blue #244A58

Tints of Teal Blue #244A58

Color information

#244A58 (or 0x244A58) is unknown color: approx Teal Blue. HEX triplet: 24, 4A and 58. RGB value is (36,74,88). Sum of RGB (Red+Green+Blue) = 36+74+88=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #244A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A58 is #DBB5A7. Grayscale: #404040. Windows color (decimal): -14398888 or 5786148. OLE color: 5786148.

HSL color Cylindrical-coordinate representation of color #244A58: hue angle of 196.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244A58 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367488-
CMYK0.590.1600.65
HSL196.15º41.94%24.31%-
HSV(B)196.15º59.09%34.51%-
XYZ4.945.9810.13-
YUV64.23141.41107.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=18.18%
G=37.37%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3674880.590.1600.65196.1541.9424.31
Hex244A583B10041c42a18
Octal44112130732001013045230
Binary1001001001010101100011101110000010000011100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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