#244E5C

Color #244E5C Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #244E5C

Tints of Teal Blue #244E5C

Color information

#244E5C (or 0x244E5C) is unknown color: approx Teal Blue. HEX triplet: 24, 4E and 5C. RGB value is (36,78,92). Sum of RGB (Red+Green+Blue) = 36+78+92=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #244E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E5C is #DBB1A3. Grayscale: #424242. Windows color (decimal): -14397860 or 6049316. OLE color: 6049316.

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

Color convert

RGB367892-
CMYK0.610.1500.64
HSL195º43.75%25.1%-
HSV(B)195º60.87%36.08%-
XYZ5.386.611.11-
YUV67.04142.09105.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=17.48%
G=37.86%
B=44.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3678920.610.1500.6419543.7525.1
Hex244E5C3DF040c32c19
Octal44116134751701003035431
Binary100100100111010111001111011111010000001100001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,78,92); }

 H1.HeaderClassName
 {
   color: #244E5C;
 }
 .AnyTagClassName
 {
   color: #244E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(36,78,92); }

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

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

 span { border-color: rgb(36,78,92); }

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