#205878

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

Shades of Orient #205878

Tints of Orient #205878

Color information

#205878 (or 0x205878) is unknown color: approx Orient. HEX triplet: 20, 58 and 78. RGB value is (32,88,120). Sum of RGB (Red+Green+Blue) = 32+88+120=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #205878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205878 is #DFA787. Grayscale: #4A4A4A. Windows color (decimal): -14657416 or 7886880. OLE color: 7886880.

HSL color Cylindrical-coordinate representation of color #205878: hue angle of 201.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205878 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3288120-
CMYK0.730.2700.53
HSL201.82º57.89%29.8%-
HSV(B)201.82º73.33%47.06%-
XYZ7.488.6419.04-
YUV74.9153.4597.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 120 (47.27% from 255) = 50%
R=13.33%
G=36.67%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32881200.730.2700.53201.8257.8929.8
Hex205878491B035ca3a1e
Octal40130170111330653127236
Binary1000001011000111100010010011101101101011100101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205878; }

 p { color: rgb(32,88,120); }

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

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

 a { background-color: rgb(32,88,120); }

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

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

 span { border-color: rgb(32,88,120); }

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