#246F8D

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

Shades of Allports #246F8D

Tints of Allports #246F8D

Color information

#246F8D (or 0x246F8D) is unknown color: approx Allports. HEX triplet: 24, 6F and 8D. RGB value is (36,111,141). Sum of RGB (Red+Green+Blue) = 36+111+141=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #246F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F8D is #DB9072. Grayscale: #5B5B5B. Windows color (decimal): -14389363 or 9269028. OLE color: 9269028.

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

Color convert

RGB36111141-
CMYK0.740.2100.45
HSL197.14º59.32%34.71%-
HSV(B)197.14º74.47%55.29%-
XYZ11.2213.6727.25-
YUV91.99155.6588.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=12.5%
G=38.54%
B=48.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361111410.740.2100.45197.1459.3234.71
Hex246F8D4A1502Dc53b23
Octal44157215112250553057343
Binary100100110111110001101100101010101010110111000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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