#246C8A

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

Shades of Allports #246C8A

Tints of Allports #246C8A

Color information

#246C8A (or 0x246C8A) is unknown color: approx Allports. HEX triplet: 24, 6C and 8A. RGB value is (36,108,138). Sum of RGB (Red+Green+Blue) = 36+108+138=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #246C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C8A is #DB9375. Grayscale: #595959. Windows color (decimal): -14390134 or 9071652. OLE color: 9071652.

HSL color Cylindrical-coordinate representation of color #246C8A: hue angle of 197.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246C8A is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36108138-
CMYK0.740.2200.46
HSL197.65º58.62%34.12%-
HSV(B)197.65º73.91%54.12%-
XYZ10.6812.9425.98-
YUV89.89155.1589.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=12.77%
G=38.30%
B=48.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361081380.740.2200.46197.6558.6234.12
Hex246C8A4A1602Ec63b22
Octal44154212112260563067342
Binary100100110110010001010100101010110010111011000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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