Html Css Color HEX #244D58 Teal Blue

📋 copy color: '#244D58'

red 36 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #244D58

Tints of Teal Blue #244D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 17.91%
G = 38.31%
B = 43.78%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244D58 (or 0x244D58) is known color: Teal Blue. HEX triplet: 24, 4D and 58. RGB value is (36,77,88). Sum of RGB (Red+Green+Blue) = 36+77+88=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #244D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D58 is #DBB2A7. Grayscale: #414141. Windows color (decimal): -14398120 or 5786916. OLE color: 5786916.

HSL color Cylindrical-coordinate representation of color #244D58: hue angle of 192.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244D58 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 77 88 -
CMYK 0.59 0.12 0 0.65
HSL 192.69º 0.42% 0.24% -
HSV(B) 192.69º 0.59% 0.35% -
XYZ 5.14 6.39 10.19 -
YUV 66 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 36 77 88 0.59 0.12 0 0.65 192.69 0.42 0.24
Hex 24 4D 58 3B C 0 41 C1 2A 18
Octal 44 115 130 73 14 0 101 301 52 30
Binary 100100 1001101 1011000 111011 1100 0 1000001 11000001 101010 11000

Color Harmonies of #244D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D58

Black with #244D58

Text Example


Text Example

White with #244D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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