#244B52

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

Shades of Teal Blue #244B52

Tints of Teal Blue #244B52

Color information

#244B52 (or 0x244B52) is unknown color: approx Teal Blue. HEX triplet: 24, 4B and 52. RGB value is (36,75,82). Sum of RGB (Red+Green+Blue) = 36+75+82=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #244B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B52 is #DBB4AD. Grayscale: #404040. Windows color (decimal): -14398638 or 5393188. OLE color: 5393188.

HSL color Cylindrical-coordinate representation of color #244B52: hue angle of 189.13º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #244B52 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB367582-
CMYK0.560.0900.68
HSL189.13º38.98%23.14%-
HSV(B)189.13º56.1%32.16%-
XYZ4.776.028.89-
YUV64.14138.08107.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=18.65%
G=38.86%
B=42.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3675820.560.0900.68189.1338.9823.14
Hex244B52389044bd2717
Octal44113122701101042754727
Binary100100100101110100101110001001010001001011110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,75,82); }

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

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

 a { background-color: rgb(36,75,82); }

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

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

 span { border-color: rgb(36,75,82); }

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