#24707F

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

Shades of Allports #24707F

Tints of Allports #24707F

Color information

#24707F (or 0x24707F) is unknown color: approx Allports. HEX triplet: 24, 70 and 7F. RGB value is (36,112,127). Sum of RGB (Red+Green+Blue) = 36+112+127=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #24707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707F is #DB8F80. Grayscale: #5A5A5A. Windows color (decimal): -14389121 or 8351780. OLE color: 8351780.

HSL color Cylindrical-coordinate representation of color #24707F: hue angle of 189.89º 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 #24707F is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB36112127-
CMYK0.720.1200.50
HSL189.89º55.83%31.96%-
HSV(B)189.89º71.65%49.8%-
XYZ10.3513.522.14-
YUV90.99148.3288.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 127 (50% from 255) = 46.18%
R=13.09%
G=40.73%
B=46.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361121270.720.1200.50189.8955.8331.96
Hex24707F48C032be3820
Octal44160177110140622767040
Binary1001001110000111111110010001100011001010111110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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