#24717F

Color #24717F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #24717F

Tints of Allports #24717F

Color information

#24717F (or 0x24717F) is unknown color: approx Allports. HEX triplet: 24, 71 and 7F. RGB value is (36,113,127). Sum of RGB (Red+Green+Blue) = 36+113+127=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #24717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24717F is #DB8E80. Grayscale: #5B5B5B. Windows color (decimal): -14388865 or 8352036. OLE color: 8352036.

HSL color Cylindrical-coordinate representation of color #24717F: hue angle of 189.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24717F is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB36113127-
CMYK0.720.1100.50
HSL189.23º55.83%31.96%-
HSV(B)189.23º71.65%49.8%-
XYZ10.4613.7222.17-
YUV91.57147.9988.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 127 (50% from 255) = 46.01%
R=13.04%
G=40.94%
B=46.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361131270.720.1100.50189.2355.8331.96
Hex24717F48B032bd3820
Octal44161177110130622757040
Binary1001001110001111111110010001011011001010111101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24717F; }

 p { color: rgb(36,113,127); }

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

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

 a { background-color: rgb(36,113,127); }

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

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

 span { border-color: rgb(36,113,127); }

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