#244A5A

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

Shades of Teal Blue #244A5A

Tints of Teal Blue #244A5A

Color information

#244A5A (or 0x244A5A) is unknown color: approx Teal Blue. HEX triplet: 24, 4A and 5A. RGB value is (36,74,90). Sum of RGB (Red+Green+Blue) = 36+74+90=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #244A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A5A is #DBB5A5. Grayscale: #404040. Windows color (decimal): -14398886 or 5917220. OLE color: 5917220.

HSL color Cylindrical-coordinate representation of color #244A5A: hue angle of 197.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244A5A is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367490-
CMYK0.600.1800.65
HSL197.78º42.86%24.71%-
HSV(B)197.78º60%35.29%-
XYZ5.026.0110.57-
YUV64.46142.41107.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 90 (35.55% from 255) = 45%
R=18%
G=37%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3674900.600.1800.65197.7842.8624.71
Hex244A5A3C12041c62b19
Octal44112132742201013065331
Binary1001001001010101101011110010010010000011100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,74,90); }

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

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

 a { background-color: rgb(36,74,90); }

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

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

 span { border-color: rgb(36,74,90); }

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