#24707C

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

Shades of Allports #24707C

Tints of Allports #24707C

Color information

#24707C (or 0x24707C) is unknown color: approx Allports. HEX triplet: 24, 70 and 7C. RGB value is (36,112,124). Sum of RGB (Red+Green+Blue) = 36+112+124=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #24707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707C is #DB8F83. Grayscale: #5A5A5A. Windows color (decimal): -14389124 or 8155172. OLE color: 8155172.

HSL color Cylindrical-coordinate representation of color #24707C: hue angle of 188.18º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24707C is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB36112124-
CMYK0.710.1000.51
HSL188.18º55%31.37%-
HSV(B)188.18º70.97%48.63%-
XYZ10.1613.4221.12-
YUV90.64146.8289.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=13.24%
G=41.18%
B=45.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal361121240.710.1000.51188.185531.37
Hex24707C47A033bc371f
Octal44160174107120632746737
Binary100100111000011111001000111101001100111011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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