#244C56

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

Shades of Teal Blue #244C56

Tints of Teal Blue #244C56

Color information

#244C56 (or 0x244C56) is unknown color: approx Teal Blue. HEX triplet: 24, 4C and 56. RGB value is (36,76,86). Sum of RGB (Red+Green+Blue) = 36+76+86=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #244C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C56 is #DBB3A9. Grayscale: #414141. Windows color (decimal): -14398378 or 5655588. OLE color: 5655588.

HSL color Cylindrical-coordinate representation of color #244C56: hue angle of 192º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244C56 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB367686-
CMYK0.580.1200.66
HSL192º40.98%23.92%-
HSV(B)192º58.14%33.73%-
XYZ4.996.229.74-
YUV65.18139.75107.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=18.18%
G=38.38%
B=43.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3676860.580.1200.6619240.9823.92
Hex244C563AC042c02918
Octal44114126721401023005130
Binary100100100110010101101110101100010000101100000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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