#24727F

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

Shades of Allports #24727F

Tints of Allports #24727F

Color information

#24727F (or 0x24727F) is unknown color: approx Allports. HEX triplet: 24, 72 and 7F. RGB value is (36,114,127). Sum of RGB (Red+Green+Blue) = 36+114+127=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #24727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24727F is #DB8D80. Grayscale: #5C5C5C. Windows color (decimal): -14388609 or 8352292. OLE color: 8352292.

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

Color convert

RGB36114127-
CMYK0.720.1000.50
HSL188.57º55.83%31.96%-
HSV(B)188.57º71.65%49.8%-
XYZ10.5813.9422.21-
YUV92.16147.6687.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 127 (50% from 255) = 45.85%
R=13.00%
G=41.16%
B=45.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361141270.720.1000.50188.5755.8331.96
Hex24727F48A032bd3820
Octal44162177110120622757040
Binary1001001110010111111110010001010011001010111101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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