Html Css Color HEX #244A53 Teal Blue

📋 copy color: '#244A53'

red 36 ◦ green 74 ◦ blue 83

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

Shades of Teal Blue #244A53

Tints of Teal Blue #244A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.01%

R = 18.65%
G = 38.34%
B = 43.01%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244A53 (or 0x244A53) is known color: Teal Blue. HEX triplet: 24, 4A and 53. RGB value is (36,74,83). Sum of RGB (Red+Green+Blue) = 36+74+83=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #244A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A53 is #DBB5AC. Grayscale: #3F3F3F. Windows color (decimal): -14398893 or 5458468. OLE color: 5458468.

HSL color Cylindrical-coordinate representation of color #244A53: hue angle of 191.49º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244A53 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 74 83 -
CMYK 0.57 0.11 0 0.67
HSL 191.49º 0.39% 0.23% -
HSV(B) 191.49º 0.57% 0.33% -
XYZ 4.74 5.9 9.07 -
YUV 63.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 36 74 83 0.57 0.11 0 0.67 191.49 0.39 0.23
Hex 24 4A 53 39 B 0 43 BF 27 17
Octal 44 112 123 71 13 0 103 277 47 27
Binary 100100 1001010 1010011 111001 1011 0 1000011 10111111 100111 10111

Color Harmonies of #244A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A53

Black with #244A53

Text Example


Text Example

White with #244A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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