#244C58

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

Shades of Teal Blue #244C58

Tints of Teal Blue #244C58

Color information

#244C58 (or 0x244C58) is unknown color: approx Teal Blue. HEX triplet: 24, 4C and 58. RGB value is (36,76,88). Sum of RGB (Red+Green+Blue) = 36+76+88=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #244C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C58 is #DBB3A7. Grayscale: #414141. Windows color (decimal): -14398376 or 5786660. OLE color: 5786660.

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

Color convert

RGB367688-
CMYK0.590.1400.65
HSL193.85º41.94%24.31%-
HSV(B)193.85º59.09%34.51%-
XYZ5.076.2510.17-
YUV65.41140.75107.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 88 (34.77% from 255) = 44%
R=18%
G=38%
B=44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3676880.590.1400.65193.8541.9424.31
Hex244C583BE041c22a18
Octal44114130731601013025230
Binary100100100110010110001110111110010000011100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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