#244952

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

Shades of Teal Blue #244952

Tints of Teal Blue #244952

Color information

#244952 (or 0x244952) is unknown color: approx Teal Blue. HEX triplet: 24, 49 and 52. RGB value is (36,73,82). Sum of RGB (Red+Green+Blue) = 36+73+82=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #244952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244952 is #DBB6AD. Grayscale: #3E3E3E. Windows color (decimal): -14399150 or 5392676. OLE color: 5392676.

HSL color Cylindrical-coordinate representation of color #244952: hue angle of 191.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #244952 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB367382-
CMYK0.560.1100.68
HSL191.74º38.98%23.14%-
HSV(B)191.74º56.1%32.16%-
XYZ4.635.758.85-
YUV62.96138.74108.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=18.85%
G=38.22%
B=42.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3673820.560.1100.68191.7438.9823.14
Hex24495238B044c02717
Octal44111122701301043004727
Binary100100100100110100101110001011010001001100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244952; }

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

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

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

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

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

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

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

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