#247484

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

Shades of Allports #247484

Tints of Allports #247484

Color information

#247484 (or 0x247484) is unknown color: approx Allports. HEX triplet: 24, 74 and 84. RGB value is (36,116,132). Sum of RGB (Red+Green+Blue) = 36+116+132=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #247484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247484 is #DB8B7B. Grayscale: #5D5D5D. Windows color (decimal): -14388092 or 8680484. OLE color: 8680484.

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

Color convert

RGB36116132-
CMYK0.730.1200.48
HSL190º57.14%32.94%-
HSV(B)190º72.73%51.76%-
XYZ11.1414.5324.05-
YUV93.9149.586.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=12.68%
G=40.85%
B=46.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361161320.730.1200.4819057.1432.94
Hex24748449C030be3921
Octal44164204111140602767141
Binary10010011101001000010010010011100011000010111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247484; }

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

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

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

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

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

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

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

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