Html Css Color HEX #244958 Teal Blue

📋 copy color: '#244958'

red 36 ◦ green 73 ◦ blue 88

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

Shades of Teal Blue #244958

Tints of Teal Blue #244958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 18.27%
G = 37.06%
B = 44.67%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244958 (or 0x244958) is known color: Teal Blue. HEX triplet: 24, 49 and 58. RGB value is (36,73,88). Sum of RGB (Red+Green+Blue) = 36+73+88=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #244958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244958 is #DBB6A7. Grayscale: #3F3F3F. Windows color (decimal): -14399144 or 5785892. OLE color: 5785892.

HSL color Cylindrical-coordinate representation of color #244958: hue angle of 197.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244958 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 73 88 -
CMYK 0.59 0.17 0 0.65
HSL 197.31º 0.42% 0.24% -
HSV(B) 197.31º 0.59% 0.35% -
XYZ 4.87 5.84 10.1 -
YUV 63.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 36 73 88 0.59 0.17 0 0.65 197.31 0.42 0.24
Hex 24 49 58 3B 11 0 41 C5 2A 18
Octal 44 111 130 73 21 0 101 305 52 30
Binary 100100 1001001 1011000 111011 10001 0 1000001 11000101 101010 11000

Color Harmonies of #244958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244958

Black with #244958

Text Example


Text Example

White with #244958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244958; }

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

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

background-color css

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

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

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

border-color css

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

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

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