#246C71

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

Shades of Allports #246C71

Tints of Allports #246C71

Color information

#246C71 (or 0x246C71) is unknown color: approx Allports. HEX triplet: 24, 6C and 71. RGB value is (36,108,113). Sum of RGB (Red+Green+Blue) = 36+108+113=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #246C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C71 is #DB938E. Grayscale: #565656. Windows color (decimal): -14390159 or 7433252. OLE color: 7433252.

HSL color Cylindrical-coordinate representation of color #246C71: hue angle of 183.9º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246C71 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36108113-
CMYK0.680.0400.56
HSL183.9º51.68%29.22%-
HSV(B)183.9º68.14%44.31%-
XYZ9.0712.2917.52-
YUV87.04142.6591.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=14.01%
G=42.02%
B=43.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361081130.680.0400.56183.951.6829.22
Hex246C71444038b8341d
Octal4415416110440702706435
Binary10010011011001110001100010010001110001011100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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