#246870

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

Shades of Allports #246870

Tints of Allports #246870

Color information

#246870 (or 0x246870) is unknown color: approx Allports. HEX triplet: 24, 68 and 70. RGB value is (36,104,112). Sum of RGB (Red+Green+Blue) = 36+104+112=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #246870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246870 is #DB978F. Grayscale: #545454. Windows color (decimal): -14391184 or 7366692. OLE color: 7366692.

HSL color Cylindrical-coordinate representation of color #246870: hue angle of 186.32º degrees, saturation: 0.51, 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 #246870 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36104112-
CMYK0.680.0700.56
HSL186.32º51.35%29.02%-
HSV(B)186.32º67.86%43.92%-
XYZ8.611.4517.09-
YUV84.58143.4793.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=14.29%
G=41.27%
B=44.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361041120.680.0700.56186.3251.3529.02
Hex246870447038ba331d
Octal4415016010470702726335
Binary10010011010001110000100010011101110001011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246870; }

 p { color: rgb(36,104,112); }

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

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

 a { background-color: rgb(36,104,112); }

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

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

 span { border-color: rgb(36,104,112); }

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