#246380

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

Shades of Orient #246380

Tints of Orient #246380

Color information

#246380 (or 0x246380) is unknown color: approx Orient. HEX triplet: 24, 63 and 80. RGB value is (36,99,128). Sum of RGB (Red+Green+Blue) = 36+99+128=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #246380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246380 is #DB9C7F. Grayscale: #535353. Windows color (decimal): -14392448 or 8413988. OLE color: 8413988.

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

Color convert

RGB3699128-
CMYK0.720.2300.50
HSL198.91º56.1%32.16%-
HSV(B)198.91º71.88%50.2%-
XYZ9.0910.8622.04-
YUV83.47153.1394.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=13.69%
G=37.64%
B=48.67%

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
Decimal36991280.720.2300.50198.9156.132.16
Hex2463804817032c73820
Octal44143200110270623077040
Binary100100110001110000000100100010111011001011000111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246380; }

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

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

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

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

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

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

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

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