#246079

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

Shades of Orient #246079

Tints of Orient #246079

Color information

#246079 (or 0x246079) is unknown color: approx Orient. HEX triplet: 24, 60 and 79. RGB value is (36,96,121). Sum of RGB (Red+Green+Blue) = 36+96+121=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #246079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246079 is #DB9F86. Grayscale: #505050. Windows color (decimal): -14393223 or 7954468. OLE color: 7954468.

HSL color Cylindrical-coordinate representation of color #246079: hue angle of 197.65º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246079 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3696121-
CMYK0.700.2100.53
HSL197.65º54.14%30.78%-
HSV(B)197.65º70.25%47.45%-
XYZ8.3610.1219.6-
YUV80.91150.6295.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=14.23%
G=37.94%
B=47.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36961210.700.2100.53197.6554.1430.78
Hex2460794615035c6361f
Octal44140171106250653066637
Binary1001001100000111100110001101010101101011100011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246079; }

 p { color: rgb(36,96,121); }

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

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

 a { background-color: rgb(36,96,121); }

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

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

 span { border-color: rgb(36,96,121); }

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