#244852

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

Shades of Teal Blue #244852

Tints of Teal Blue #244852

Color information

#244852 (or 0x244852) is unknown color: approx Teal Blue. HEX triplet: 24, 48 and 52. RGB value is (36,72,82). Sum of RGB (Red+Green+Blue) = 36+72+82=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #244852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244852 is #DBB7AD. Grayscale: #3E3E3E. Windows color (decimal): -14399406 or 5392420. OLE color: 5392420.

HSL color Cylindrical-coordinate representation of color #244852: hue angle of 193.04º 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 #244852 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB367282-
CMYK0.560.1200.68
HSL193.04º38.98%23.14%-
HSV(B)193.04º56.1%32.16%-
XYZ4.575.628.83-
YUV62.38139.07109.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=18.95%
G=37.89%
B=43.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3672820.560.1200.68193.0438.9823.14
Hex24485238C044c12717
Octal44110122701401043014727
Binary100100100100010100101110001100010001001100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244852; }

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

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

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

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

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

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

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

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