#246C8D

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

Shades of Allports #246C8D

Tints of Allports #246C8D

Color information

#246C8D (or 0x246C8D) is unknown color: approx Allports. HEX triplet: 24, 6C and 8D. RGB value is (36,108,141). Sum of RGB (Red+Green+Blue) = 36+108+141=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #246C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C8D is #DB9372. Grayscale: #5A5A5A. Windows color (decimal): -14390131 or 9268260. OLE color: 9268260.

HSL color Cylindrical-coordinate representation of color #246C8D: hue angle of 198.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246C8D is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36108141-
CMYK0.740.2300.45
HSL198.86º59.32%34.71%-
HSV(B)198.86º74.47%55.29%-
XYZ10.913.0227.14-
YUV90.23156.6589.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=12.63%
G=37.89%
B=49.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361081410.740.2300.45198.8659.3234.71
Hex246C8D4A1702Dc73b23
Octal44154215112270553077343
Binary100100110110010001101100101010111010110111000111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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