Html Css Color HEX #244950 Teal Blue

📋 copy color: '#244950'

red 36 ◦ green 73 ◦ blue 80

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

Shades of Teal Blue #244950

Tints of Teal Blue #244950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 19.05%
G = 38.62%
B = 42.33%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#244950 (or 0x244950) is known color: Teal Blue. HEX triplet: 24, 49 and 50. RGB value is (36,73,80). Sum of RGB (Red+Green+Blue) = 36+73+80=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #244950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244950 is #DBB6AF. Grayscale: #3E3E3E. Windows color (decimal): -14399152 or 5261604. OLE color: 5261604.

HSL color Cylindrical-coordinate representation of color #244950: hue angle of 189.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244950 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 73 80 -
CMYK 0.55 0.09 0 0.69
HSL 189.55º 0.38% 0.23% -
HSV(B) 189.55º 0.55% 0.31% -
XYZ 4.56 5.72 8.45 -
YUV 62.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 36 73 80 0.55 0.09 0 0.69 189.55 0.38 0.23
Hex 24 49 50 37 9 0 45 BE 26 17
Octal 44 111 120 67 11 0 105 276 46 27
Binary 100100 1001001 1010000 110111 1001 0 1000101 10111110 100110 10111

Color Harmonies of #244950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244950

Black with #244950

Text Example


Text Example

White with #244950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244950; }

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

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

background-color css

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

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

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

border-color css

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

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

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