Html Css Color HEX #244A50 Teal Blue

📋 copy color: '#244A50'

red 36 ◦ green 74 ◦ blue 80

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

Shades of Teal Blue #244A50

Tints of Teal Blue #244A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

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

R = 18.95%
G = 38.95%
B = 42.11%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#244A50 (or 0x244A50) is known color: Teal Blue. HEX triplet: 24, 4A and 50. RGB value is (36,74,80). Sum of RGB (Red+Green+Blue) = 36+74+80=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #244A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A50 is #DBB5AF. Grayscale: #3F3F3F. Windows color (decimal): -14398896 or 5261860. OLE color: 5261860.

HSL color Cylindrical-coordinate representation of color #244A50: hue angle of 188.18º 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 #244A50 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 74 80 -
CMYK 0.55 0.08 0 0.69
HSL 188.18º 0.38% 0.23% -
HSV(B) 188.18º 0.55% 0.31% -
XYZ 4.62 5.85 8.48 -
YUV 63.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 36 74 80 0.55 0.08 0 0.69 188.18 0.38 0.23
Hex 24 4A 50 37 8 0 45 BC 26 17
Octal 44 112 120 67 10 0 105 274 46 27
Binary 100100 1001010 1010000 110111 1000 0 1000101 10111100 100110 10111

Color Harmonies of #244A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A50

Black with #244A50

Text Example


Text Example

White with #244A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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