#244950

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

Shades of Teal Blue #244950

Tints of Teal Blue #244950

Color information

#244950 (or 0x244950) is unknown color: approx Teal Blue. HEX triplet: 24, 49 and 50. RGB value is (36,73,80). Sum of RGB (Red+Green+Blue) = 36+73+80=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #244950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244950 is #DBB6AF. Grayscale: #3E3E3E. Windows color (decimal): -14399152 or 5261604. OLE color: 5261604.

HSL color Cylindrical-coordinate representation of color #244950: hue angle of 189.55º 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 #244950 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367380-
CMYK0.550.0900.69
HSL189.55º37.93%22.75%-
HSV(B)189.55º55%31.37%-
XYZ4.565.728.45-
YUV62.74137.74108.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=19.05%
G=38.62%
B=42.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3673800.550.0900.69189.5537.9322.75
Hex244950379045be2617
Octal44111120671101052764627
Binary100100100100110100001101111001010001011011111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244950; }

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

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

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

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

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

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

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

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