#246A81

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

Shades of Allports #246A81

Tints of Allports #246A81

Color information

#246A81 (or 0x246A81) is unknown color: approx Allports. HEX triplet: 24, 6A and 81. RGB value is (36,106,129). Sum of RGB (Red+Green+Blue) = 36+106+129=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #246A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A81 is #DB957E. Grayscale: #575757. Windows color (decimal): -14390655 or 8481316. OLE color: 8481316.

HSL color Cylindrical-coordinate representation of color #246A81: hue angle of 194.84º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246A81 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB36106129-
CMYK0.720.1800.49
HSL194.84º56.36%32.35%-
HSV(B)194.84º72.09%50.59%-
XYZ9.8412.2722.62-
YUV87.69151.3191.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=13.28%
G=39.11%
B=47.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361061290.720.1800.49194.8456.3632.35
Hex246A814812031c33820
Octal44152201110220613037040
Binary100100110101010000001100100010010011000111000011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,106,129); }

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

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

 a { background-color: rgb(36,106,129); }

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

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

 span { border-color: rgb(36,106,129); }

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