#24464E

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

Shades of Teal Blue #24464E

Tints of Teal Blue #24464E

Color information

#24464E (or 0x24464E) is unknown color: approx Teal Blue. HEX triplet: 24, 46 and 4E. RGB value is (36,70,78). Sum of RGB (Red+Green+Blue) = 36+70+78=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #24464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24464E is #DBB9B1. Grayscale: #3C3C3C. Windows color (decimal): -14399922 or 5129764. OLE color: 5129764.

HSL color Cylindrical-coordinate representation of color #24464E: hue angle of 191.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24464E is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367078-
CMYK0.540.1000.69
HSL191.43º36.84%22.35%-
HSV(B)191.43º53.85%30.59%-
XYZ4.295.318.01-
YUV60.75137.74110.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=19.57%
G=38.04%
B=42.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3670780.540.1000.69191.4336.8422.35
Hex24464E36A045bf2516
Octal44106116661201052774526
Binary100100100011010011101101101010010001011011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24464E; }

 p { color: rgb(36,70,78); }

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

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

 a { background-color: rgb(36,70,78); }

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

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

 span { border-color: rgb(36,70,78); }

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