#246D85

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

Shades of Allports #246D85

Tints of Allports #246D85

Color information

#246D85 (or 0x246D85) is unknown color: approx Allports. HEX triplet: 24, 6D and 85. RGB value is (36,109,133). Sum of RGB (Red+Green+Blue) = 36+109+133=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #246D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D85 is #DB927A. Grayscale: #595959. Windows color (decimal): -14389883 or 8744228. OLE color: 8744228.

HSL color Cylindrical-coordinate representation of color #246D85: hue angle of 194.85º 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 #246D85 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36109133-
CMYK0.730.1800.48
HSL194.85º57.4%33.14%-
HSV(B)194.85º72.93%52.16%-
XYZ10.4313.0124.15-
YUV89.91152.3289.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=12.95%
G=39.21%
B=47.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361091330.730.1800.48194.8557.433.14
Hex246D854912030c33921
Octal44155205111220603037141
Binary100100110110110000101100100110010011000011000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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