#244A50

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

Shades of Teal Blue #244A50

Tints of Teal Blue #244A50

Color information

#244A50 (or 0x244A50) is unknown color: approx Teal Blue. HEX triplet: 24, 4A and 50. RGB value is (36,74,80). Sum of RGB (Red+Green+Blue) = 36+74+80=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #244A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A50 is #DBB5AF. Grayscale: #3F3F3F. Windows color (decimal): -14398896 or 5261860. OLE color: 5261860.

HSL color Cylindrical-coordinate representation of color #244A50: hue angle of 188.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244A50 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367480-
CMYK0.550.0800.69
HSL188.18º37.93%22.75%-
HSV(B)188.18º55%31.37%-
XYZ4.625.858.48-
YUV63.32137.41108.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=18.95%
G=38.95%
B=42.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3674800.550.0800.69188.1837.9322.75
Hex244A50378045bc2617
Octal44112120671001052744627
Binary100100100101010100001101111000010001011011110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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