#246884

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

Shades of Allports #246884

Tints of Allports #246884

Color information

#246884 (or 0x246884) is unknown color: approx Allports. HEX triplet: 24, 68 and 84. RGB value is (36,104,132). Sum of RGB (Red+Green+Blue) = 36+104+132=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #246884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246884 is #DB977B. Grayscale: #565656. Windows color (decimal): -14391164 or 8677412. OLE color: 8677412.

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

Color convert

RGB36104132-
CMYK0.730.2100.48
HSL197.5º57.14%32.94%-
HSV(B)197.5º72.73%51.76%-
XYZ9.8411.9423.62-
YUV86.86153.4791.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=13.24%
G=38.24%
B=48.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361041320.730.2100.48197.557.1432.94
Hex2468844915030c63921
Octal44150204111250603067141
Binary100100110100010000100100100110101011000011000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246884; }

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

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

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

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

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

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

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

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