#246D86

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

Shades of Allports #246D86

Tints of Allports #246D86

Color information

#246D86 (or 0x246D86) is unknown color: approx Allports. HEX triplet: 24, 6D and 86. RGB value is (36,109,134). Sum of RGB (Red+Green+Blue) = 36+109+134=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #246D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D86 is #DB9279. Grayscale: #595959. Windows color (decimal): -14389882 or 8809764. OLE color: 8809764.

HSL color Cylindrical-coordinate representation of color #246D86: hue angle of 195.31º 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 #246D86 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36109134-
CMYK0.730.1900.47
HSL195.31º57.65%33.33%-
HSV(B)195.31º73.13%52.55%-
XYZ10.513.0324.52-
YUV90.02152.8289.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=12.90%
G=39.07%
B=48.03%

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
Decimal361091340.730.1900.47195.3157.6533.33
Hex246D86491302Fc33a21
Octal44155206111230573037241
Binary100100110110110000110100100110011010111111000011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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