#244654

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

Shades of Teal Blue #244654

Tints of Teal Blue #244654

Color information

#244654 (or 0x244654) is unknown color: approx Teal Blue. HEX triplet: 24, 46 and 54. RGB value is (36,70,84). Sum of RGB (Red+Green+Blue) = 36+70+84=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #244654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244654 is #DBB9AB. Grayscale: #3D3D3D. Windows color (decimal): -14399916 or 5522980. OLE color: 5522980.

HSL color Cylindrical-coordinate representation of color #244654: hue angle of 197.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244654 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367084-
CMYK0.570.1700.67
HSL197.5º40%23.53%-
HSV(B)197.5º57.14%32.94%-
XYZ4.525.49.19-
YUV61.43140.74109.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=18.95%
G=36.84%
B=44.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3670840.570.1700.67197.54023.53
Hex2446543911043c62818
Octal44106124712101033065030
Binary1001001000110101010011100110001010000111100011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244654; }

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

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

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

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

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

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

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

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