#244954

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

Shades of Teal Blue #244954

Tints of Teal Blue #244954

Color information

#244954 (or 0x244954) is unknown color: approx Teal Blue. HEX triplet: 24, 49 and 54. RGB value is (36,73,84). Sum of RGB (Red+Green+Blue) = 36+73+84=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #244954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244954 is #DBB6AB. Grayscale: #3F3F3F. Windows color (decimal): -14399148 or 5523748. OLE color: 5523748.

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

Color convert

RGB367384-
CMYK0.570.1300.67
HSL193.75º40%23.53%-
HSV(B)193.75º57.14%32.94%-
XYZ4.715.789.25-
YUV63.19139.74108.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=18.65%
G=37.82%
B=43.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3673840.570.1300.67193.754023.53
Hex24495439D043c22818
Octal44111124711501033025030
Binary100100100100110101001110011101010000111100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244954; }

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

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

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

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

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

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

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

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