Html Css Color HEX #244D5B Teal Blue

📋 copy color: '#244D5B'

red 36 ◦ green 77 ◦ blue 91

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

Shades of Teal Blue #244D5B

Tints of Teal Blue #244D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 17.65%
G = 37.75%
B = 44.61%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#244D5B (or 0x244D5B) is known color: Teal Blue. HEX triplet: 24, 4D and 5B. RGB value is (36,77,91). Sum of RGB (Red+Green+Blue) = 36+77+91=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #244D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D5B is #DBB2A4. Grayscale: #424242. Windows color (decimal): -14398117 or 5983524. OLE color: 5983524.

HSL color Cylindrical-coordinate representation of color #244D5B: hue angle of 195.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244D5B is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 77 91 -
CMYK 0.60 0.15 0 0.64
HSL 195.27º 0.43% 0.25% -
HSV(B) 195.27º 0.6% 0.36% -
XYZ 5.27 6.44 10.86 -
YUV 66.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 36 77 91 0.60 0.15 0 0.64 195.27 0.43 0.25
Hex 24 4D 5B 3C F 0 40 C3 2B 19
Octal 44 115 133 74 17 0 100 303 53 31
Binary 100100 1001101 1011011 111100 1111 0 1000000 11000011 101011 11001

Color Harmonies of #244D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D5B

Black with #244D5B

Text Example


Text Example

White with #244D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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