#246E81

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

Shades of Allports #246E81

Tints of Allports #246E81

Color information

#246E81 (or 0x246E81) is unknown color: approx Allports. HEX triplet: 24, 6E and 81. RGB value is (36,110,129). Sum of RGB (Red+Green+Blue) = 36+110+129=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #246E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E81 is #DB917E. Grayscale: #595959. Windows color (decimal): -14389631 or 8482340. OLE color: 8482340.

HSL color Cylindrical-coordinate representation of color #246E81: hue angle of 192.26º 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 #246E81 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB36110129-
CMYK0.720.1500.49
HSL192.26º56.36%32.35%-
HSV(B)192.26º72.09%50.59%-
XYZ10.2713.1122.76-
YUV90.04149.9889.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=13.09%
G=40%
B=46.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361101290.720.1500.49192.2656.3632.35
Hex246E8148F031c03820
Octal44156201110170613007040
Binary10010011011101000000110010001111011000111000000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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