#247080

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

Shades of Allports #247080

Tints of Allports #247080

Color information

#247080 (or 0x247080) is unknown color: approx Allports. HEX triplet: 24, 70 and 80. RGB value is (36,112,128). Sum of RGB (Red+Green+Blue) = 36+112+128=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #247080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247080 is #DB8F7F. Grayscale: #5A5A5A. Windows color (decimal): -14389120 or 8417316. OLE color: 8417316.

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

Color convert

RGB36112128-
CMYK0.720.1200.50
HSL190.43º56.1%32.16%-
HSV(B)190.43º71.88%50.2%-
XYZ10.4213.5222.48-
YUV91.1148.8288.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=13.04%
G=40.58%
B=46.38%

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
Decimal361121280.720.1200.50190.4356.132.16
Hex24708048C032be3820
Octal44160200110140622767040
Binary10010011100001000000010010001100011001010111110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247080; }

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

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

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

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

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

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

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

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