#244652

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

Shades of Teal Blue #244652

Tints of Teal Blue #244652

Color information

#244652 (or 0x244652) is unknown color: approx Teal Blue. HEX triplet: 24, 46 and 52. RGB value is (36,70,82). Sum of RGB (Red+Green+Blue) = 36+70+82=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #244652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244652 is #DBB9AD. Grayscale: #3D3D3D. Windows color (decimal): -14399918 or 5391908. OLE color: 5391908.

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

Color convert

RGB367082-
CMYK0.560.1500.68
HSL195.65º38.98%23.14%-
HSV(B)195.65º56.1%32.16%-
XYZ4.445.368.78-
YUV61.2139.74110.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=19.15%
G=37.23%
B=43.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3670820.560.1500.68195.6538.9823.14
Hex24465238F044c42717
Octal44106122701701043044727
Binary100100100011010100101110001111010001001100010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244652; }

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

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

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

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

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

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

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

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