#244E5A

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

Shades of Teal Blue #244E5A

Tints of Teal Blue #244E5A

Color information

#244E5A (or 0x244E5A) is unknown color: approx Teal Blue. HEX triplet: 24, 4E and 5A. RGB value is (36,78,90). Sum of RGB (Red+Green+Blue) = 36+78+90=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #244E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E5A is #DBB1A5. Grayscale: #424242. Windows color (decimal): -14397862 or 5918244. OLE color: 5918244.

HSL color Cylindrical-coordinate representation of color #244E5A: hue angle of 193.33º 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 #244E5A is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367890-
CMYK0.600.1300.65
HSL193.33º42.86%24.71%-
HSV(B)193.33º60%35.29%-
XYZ5.36.5610.66-
YUV66.81141.09106.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=17.65%
G=38.24%
B=44.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3678900.600.1300.65193.3342.8624.71
Hex244E5A3CD041c12b19
Octal44116132741501013015331
Binary100100100111010110101111001101010000011100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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