Html Css Color HEX #244D59 Teal Blue

📋 copy color: '#244D59'

red 36 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #244D59

Tints of Teal Blue #244D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

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

R = 17.82%
G = 38.12%
B = 44.06%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244D59 (or 0x244D59) is known color: Teal Blue. HEX triplet: 24, 4D and 59. RGB value is (36,77,89). Sum of RGB (Red+Green+Blue) = 36+77+89=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #244D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D59 is #DBB2A6. Grayscale: #424242. Windows color (decimal): -14398119 or 5852452. OLE color: 5852452.

HSL color Cylindrical-coordinate representation of color #244D59: hue angle of 193.58º 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 #244D59 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 77 89 -
CMYK 0.60 0.13 0 0.65
HSL 193.58º 0.42% 0.25% -
HSV(B) 193.58º 0.6% 0.35% -
XYZ 5.18 6.4 10.41 -
YUV 66.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 36 77 89 0.60 0.13 0 0.65 193.58 0.42 0.25
Hex 24 4D 59 3C D 0 41 C2 2A 19
Octal 44 115 131 74 15 0 101 302 52 31
Binary 100100 1001101 1011001 111100 1101 0 1000001 11000010 101010 11001

Color Harmonies of #244D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D59

Black with #244D59

Text Example


Text Example

White with #244D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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