#247180

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

Shades of Allports #247180

Tints of Allports #247180

Color information

#247180 (or 0x247180) is unknown color: approx Allports. HEX triplet: 24, 71 and 80. RGB value is (36,113,128). Sum of RGB (Red+Green+Blue) = 36+113+128=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #247180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247180 is #DB8E7F. Grayscale: #5B5B5B. Windows color (decimal): -14388864 or 8417572. OLE color: 8417572.

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

Color convert

RGB36113128-
CMYK0.720.1200.50
HSL189.78º56.1%32.16%-
HSV(B)189.78º71.88%50.2%-
XYZ10.5313.7422.52-
YUV91.69148.4988.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=13.00%
G=40.79%
B=46.21%

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
Decimal361131280.720.1200.50189.7856.132.16
Hex24718048C032be3820
Octal44161200110140622767040
Binary10010011100011000000010010001100011001010111110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247180; }

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

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

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

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

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

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

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

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