#24718E

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

Shades of Allports #24718E

Tints of Allports #24718E

Color information

#24718E (or 0x24718E) is unknown color: approx Allports. HEX triplet: 24, 71 and 8E. RGB value is (36,113,142). Sum of RGB (Red+Green+Blue) = 36+113+142=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #24718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24718E is #DB8E71. Grayscale: #5D5D5D. Windows color (decimal): -14388850 or 9335076. OLE color: 9335076.

HSL color Cylindrical-coordinate representation of color #24718E: hue angle of 196.42º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24718E is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36113142-
CMYK0.750.2000.44
HSL196.42º59.55%34.9%-
HSV(B)196.42º74.65%55.69%-
XYZ11.5214.1427.71-
YUV93.28155.4987.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=12.37%
G=38.83%
B=48.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361131420.750.2000.44196.4259.5534.9
Hex24718E4B1402Cc43c23
Octal44161216113240543047443
Binary100100111000110001110100101110100010110011000100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24718E; }

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

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

<style>
 a { background-color: #24718E; }

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

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

<style>
 span { border-color: #24718E; }

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

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