#244F5B

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

Shades of Teal Blue #244F5B

Tints of Teal Blue #244F5B

Color information

#244F5B (or 0x244F5B) is unknown color: approx Teal Blue. HEX triplet: 24, 4F and 5B. RGB value is (36,79,91). Sum of RGB (Red+Green+Blue) = 36+79+91=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #244F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F5B is #DBB0A4. Grayscale: #434343. Windows color (decimal): -14397605 or 5984036. OLE color: 5984036.

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

Color convert

RGB367991-
CMYK0.600.1300.64
HSL193.09º43.31%24.9%-
HSV(B)193.09º60.44%35.69%-
XYZ5.416.7210.91-
YUV67.51141.25105.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=17.48%
G=38.35%
B=44.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3679910.600.1300.64193.0943.3124.9
Hex244F5B3CD040c12b19
Octal44117133741501003015331
Binary100100100111110110111111001101010000001100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,79,91); }

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

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

 a { background-color: rgb(36,79,91); }

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

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

 span { border-color: rgb(36,79,91); }

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