Html Css Color HEX #244953 Teal Blue

📋 copy color: '#244953'

red 36 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #244953

Tints of Teal Blue #244953

RGB

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

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

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

R = 18.75%
G = 38.02%
B = 43.23%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244953 (or 0x244953) is known color: Teal Blue. HEX triplet: 24, 49 and 53. RGB value is (36,73,83). Sum of RGB (Red+Green+Blue) = 36+73+83=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #244953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244953 is #DBB6AC. Grayscale: #3F3F3F. Windows color (decimal): -14399149 or 5458212. OLE color: 5458212.

HSL color Cylindrical-coordinate representation of color #244953: hue angle of 192.77º 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 #244953 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 73 83 -
CMYK 0.57 0.12 0 0.67
HSL 192.77º 0.39% 0.23% -
HSV(B) 192.77º 0.57% 0.33% -
XYZ 4.67 5.76 9.05 -
YUV 63.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 36 73 83 0.57 0.12 0 0.67 192.77 0.39 0.23
Hex 24 49 53 39 C 0 43 C1 27 17
Octal 44 111 123 71 14 0 103 301 47 27
Binary 100100 1001001 1010011 111001 1100 0 1000011 11000001 100111 10111

Color Harmonies of #244953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244953

Black with #244953

Text Example


Text Example

White with #244953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244953; }

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

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

background-color css

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

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

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

border-color css

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

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

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