#24747F

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

Shades of Allports #24747F

Tints of Allports #24747F

Color information

#24747F (or 0x24747F) is unknown color: approx Allports. HEX triplet: 24, 74 and 7F. RGB value is (36,116,127). Sum of RGB (Red+Green+Blue) = 36+116+127=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #24747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24747F is #DB8B80. Grayscale: #5D5D5D. Windows color (decimal): -14388097 or 8352804. OLE color: 8352804.

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

Color convert

RGB36116127-
CMYK0.720.0900.50
HSL187.25º55.83%31.96%-
HSV(B)187.25º71.65%49.8%-
XYZ10.814.422.29-
YUV93.3314787.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 127 (50% from 255) = 45.52%
R=12.90%
G=41.58%
B=45.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361161270.720.0900.50187.2555.8331.96
Hex24747F489032bb3820
Octal44164177110110622737040
Binary1001001110100111111110010001001011001010111011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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