#246E8A

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

Shades of Allports #246E8A

Tints of Allports #246E8A

Color information

#246E8A (or 0x246E8A) is unknown color: approx Allports. HEX triplet: 24, 6E and 8A. RGB value is (36,110,138). Sum of RGB (Red+Green+Blue) = 36+110+138=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #246E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E8A is #DB9175. Grayscale: #5A5A5A. Windows color (decimal): -14389622 or 9072164. OLE color: 9072164.

HSL color Cylindrical-coordinate representation of color #246E8A: hue angle of 196.47º 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 #246E8A is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36110138-
CMYK0.740.2000.46
HSL196.47º58.62%34.12%-
HSV(B)196.47º73.91%54.12%-
XYZ10.8913.3626.05-
YUV91.07154.4888.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=12.68%
G=38.73%
B=48.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361101380.740.2000.46196.4758.6234.12
Hex246E8A4A1402Ec43b22
Octal44156212112240563047342
Binary100100110111010001010100101010100010111011000100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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