#244C53

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

Shades of Teal Blue #244C53

Tints of Teal Blue #244C53

Color information

#244C53 (or 0x244C53) is unknown color: approx Teal Blue. HEX triplet: 24, 4C and 53. RGB value is (36,76,83). Sum of RGB (Red+Green+Blue) = 36+76+83=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #244C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C53 is #DBB3AC. Grayscale: #404040. Windows color (decimal): -14398381 or 5458980. OLE color: 5458980.

HSL color Cylindrical-coordinate representation of color #244C53: hue angle of 188.94º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244C53 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367683-
CMYK0.570.0800.67
HSL188.94º39.5%23.33%-
HSV(B)188.94º56.63%32.55%-
XYZ4.876.179.12-
YUV64.84138.25107.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=18.46%
G=38.97%
B=42.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3676830.570.0800.67188.9439.523.33
Hex244C53398043bd2717
Octal44114123711001032754727
Binary100100100110010100111110011000010000111011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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