#246685

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

Shades of Allports #246685

Tints of Allports #246685

Color information

#246685 (or 0x246685) is unknown color: approx Allports. HEX triplet: 24, 66 and 85. RGB value is (36,102,133). Sum of RGB (Red+Green+Blue) = 36+102+133=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #246685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246685 is #DB997A. Grayscale: #555555. Windows color (decimal): -14391675 or 8742436. OLE color: 8742436.

HSL color Cylindrical-coordinate representation of color #246685: hue angle of 199.18º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246685 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36102133-
CMYK0.730.2300.48
HSL199.18º57.4%33.14%-
HSV(B)199.18º72.93%52.16%-
XYZ9.7111.5723.91-
YUV85.8154.6392.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=13.28%
G=37.64%
B=49.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361021330.730.2300.48199.1857.433.14
Hex2466854917030c73921
Octal44146205111270603077141
Binary100100110011010000101100100110111011000011000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246685; }

 p { color: rgb(36,102,133); }

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

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

 a { background-color: rgb(36,102,133); }

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

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

 span { border-color: rgb(36,102,133); }

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