Html Css Color HEX #244A55 Teal Blue

📋 copy color: '#244A55'

red 36 ◦ green 74 ◦ blue 85

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

Shades of Teal Blue #244A55

Tints of Teal Blue #244A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 18.46%
G = 37.95%
B = 43.59%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244A55 (or 0x244A55) is known color: Teal Blue. HEX triplet: 24, 4A and 55. RGB value is (36,74,85). Sum of RGB (Red+Green+Blue) = 36+74+85=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #244A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A55 is #DBB5AA. Grayscale: #3F3F3F. Windows color (decimal): -14398891 or 5589540. OLE color: 5589540.

HSL color Cylindrical-coordinate representation of color #244A55: hue angle of 193.47º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244A55 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 74 85 -
CMYK 0.58 0.13 0 0.67
HSL 193.47º 0.4% 0.24% -
HSV(B) 193.47º 0.58% 0.33% -
XYZ 4.82 5.93 9.48 -
YUV 63.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 36 74 85 0.58 0.13 0 0.67 193.47 0.4 0.24
Hex 24 4A 55 3A D 0 43 C1 28 18
Octal 44 112 125 72 15 0 103 301 50 30
Binary 100100 1001010 1010101 111010 1101 0 1000011 11000001 101000 11000

Color Harmonies of #244A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A55

Black with #244A55

Text Example


Text Example

White with #244A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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