#246C86

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

Shades of Allports #246C86

Tints of Allports #246C86

Color information

#246C86 (or 0x246C86) is unknown color: approx Allports. HEX triplet: 24, 6C and 86. RGB value is (36,108,134). Sum of RGB (Red+Green+Blue) = 36+108+134=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #246C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C86 is #DB9379. Grayscale: #595959. Windows color (decimal): -14390138 or 8809508. OLE color: 8809508.

HSL color Cylindrical-coordinate representation of color #246C86: hue angle of 195.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246C86 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36108134-
CMYK0.730.1900.47
HSL195.92º57.65%33.33%-
HSV(B)195.92º73.13%52.55%-
XYZ10.3912.8224.48-
YUV89.44153.1589.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=12.95%
G=38.85%
B=48.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361081340.730.1900.47195.9257.6533.33
Hex246C86491302Fc43a21
Octal44154206111230573047241
Binary100100110110010000110100100110011010111111000100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246C86; }

 p { color: rgb(36,108,134); }

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

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

 a { background-color: rgb(36,108,134); }

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

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

 span { border-color: rgb(36,108,134); }

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