#244554

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

Shades of Teal Blue #244554

Tints of Teal Blue #244554

Color information

#244554 (or 0x244554) is unknown color: approx Teal Blue. HEX triplet: 24, 45 and 54. RGB value is (36,69,84). Sum of RGB (Red+Green+Blue) = 36+69+84=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #244554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244554 is #DBBAAB. Grayscale: #3C3C3C. Windows color (decimal): -14400172 or 5522724. OLE color: 5522724.

HSL color Cylindrical-coordinate representation of color #244554: hue angle of 198.75º 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 #244554 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB366984-
CMYK0.570.1800.67
HSL198.75º40%23.53%-
HSV(B)198.75º57.14%32.94%-
XYZ4.465.279.17-
YUV60.84141.07110.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=19.05%
G=36.51%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3669840.570.1800.67198.754023.53
Hex2445543912043c72818
Octal44105124712201033075030
Binary1001001000101101010011100110010010000111100011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244554; }

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

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

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

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

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

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

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

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