#244C55

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

Shades of Teal Blue #244C55

Tints of Teal Blue #244C55

Color information

#244C55 (or 0x244C55) is unknown color: approx Teal Blue. HEX triplet: 24, 4C and 55. RGB value is (36,76,85). Sum of RGB (Red+Green+Blue) = 36+76+85=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #244C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C55 is #DBB3AA. Grayscale: #404040. Windows color (decimal): -14398379 or 5590052. OLE color: 5590052.

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

Color convert

RGB367685-
CMYK0.580.1100.67
HSL191.02º40.5%23.73%-
HSV(B)191.02º57.65%33.33%-
XYZ4.956.29.53-
YUV65.07139.25107.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=18.27%
G=38.58%
B=43.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3676850.580.1100.67191.0240.523.73
Hex244C553AB043bf2818
Octal44114125721301032775030
Binary100100100110010101011110101011010000111011111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244C55; }

 p { color: rgb(36,76,85); }

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

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

 a { background-color: rgb(36,76,85); }

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

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

 span { border-color: rgb(36,76,85); }

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