#246180

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

Shades of Orient #246180

Tints of Orient #246180

Color information

#246180 (or 0x246180) is unknown color: approx Orient. HEX triplet: 24, 61 and 80. RGB value is (36,97,128). Sum of RGB (Red+Green+Blue) = 36+97+128=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #246180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246180 is #DB9E7F. Grayscale: #525252. Windows color (decimal): -14392960 or 8413476. OLE color: 8413476.

HSL color Cylindrical-coordinate representation of color #246180: hue angle of 200.22º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246180 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3697128-
CMYK0.720.2400.50
HSL200.22º56.1%32.16%-
HSV(B)200.22º71.88%50.2%-
XYZ8.910.4821.98-
YUV82.3153.7994.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=13.79%
G=37.16%
B=49.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36971280.720.2400.50200.2256.132.16
Hex2461804818032c83820
Octal44141200110300623107040
Binary100100110000110000000100100011000011001011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246180; }

 p { color: rgb(36,97,128); }

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

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

 a { background-color: rgb(36,97,128); }

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

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

 span { border-color: rgb(36,97,128); }

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