Html Css Color HEX #244959 Teal Blue

📋 copy color: '#244959'

red 36 ◦ green 73 ◦ blue 89

#244959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #244959

Tints of Teal Blue #244959

RGB

 RED value IS 36 (14.45% from 255) = 18.18%

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 18.18%
G = 36.87%
B = 44.95%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244959 (or 0x244959) is known color: Teal Blue. HEX triplet: 24, 49 and 59. RGB value is (36,73,89). Sum of RGB (Red+Green+Blue) = 36+73+89=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #244959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244959 is #DBB6A6. Grayscale: #3F3F3F. Windows color (decimal): -14399143 or 5851428. OLE color: 5851428.

HSL color Cylindrical-coordinate representation of color #244959: hue angle of 198.11º degrees, saturation: 0.42, 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 #244959 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 73 89 -
CMYK 0.60 0.18 0 0.65
HSL 198.11º 0.42% 0.25% -
HSV(B) 198.11º 0.6% 0.35% -
XYZ 4.91 5.86 10.32 -
YUV 63.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 36 73 89 0.60 0.18 0 0.65 198.11 0.42 0.25
Hex 24 49 59 3C 12 0 41 C6 2A 19
Octal 44 111 131 74 22 0 101 306 52 31
Binary 100100 1001001 1011001 111100 10010 0 1000001 11000110 101010 11001

Color Harmonies of #244959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244959

Black with #244959

Text Example


Text Example

White with #244959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244959; }

 p { color: rgb(36,73,89); }

 H1.HeaderClassName
 {
   color: #244959;
 }
 .AnyTagClassName
 {
   color: #244959;
 }
</style>

background-color css

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

 a { background-color: rgb(36,73,89); }

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

border-color css

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

 span { border-color: rgb(36,73,89); }

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