#246280

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

Shades of Orient #246280

Tints of Orient #246280

Color information

#246280 (or 0x246280) is unknown color: approx Orient. HEX triplet: 24, 62 and 80. RGB value is (36,98,128). Sum of RGB (Red+Green+Blue) = 36+98+128=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #246280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246280 is #DB9D7F. Grayscale: #525252. Windows color (decimal): -14392704 or 8413732. OLE color: 8413732.

HSL color Cylindrical-coordinate representation of color #246280: hue angle of 199.57º 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 #246280 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3698128-
CMYK0.720.2300.50
HSL199.57º56.1%32.16%-
HSV(B)199.57º71.88%50.2%-
XYZ8.9910.6722.01-
YUV82.88153.4694.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=13.74%
G=37.40%
B=48.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36981280.720.2300.50199.5756.132.16
Hex2462804817032c83820
Octal44142200110270623107040
Binary100100110001010000000100100010111011001011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246280; }

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

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

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

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

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

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

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

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