#247084

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

Shades of Allports #247084

Tints of Allports #247084

Color information

#247084 (or 0x247084) is unknown color: approx Allports. HEX triplet: 24, 70 and 84. RGB value is (36,112,132). Sum of RGB (Red+Green+Blue) = 36+112+132=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #247084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247084 is #DB8F7B. Grayscale: #5B5B5B. Windows color (decimal): -14389116 or 8679460. OLE color: 8679460.

HSL color Cylindrical-coordinate representation of color #247084: hue angle of 192.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247084 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36112132-
CMYK0.730.1500.48
HSL192.5º57.14%32.94%-
HSV(B)192.5º72.73%51.76%-
XYZ10.6913.6323.9-
YUV91.56150.8288.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=12.86%
G=40%
B=47.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361121320.730.1500.48192.557.1432.94
Hex24708449F030c03921
Octal44160204111170603007141
Binary10010011100001000010010010011111011000011000000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247084; }

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

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

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

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

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

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

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

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