#205872

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

Shades of Orient #205872

Tints of Orient #205872

Color information

#205872 (or 0x205872) is unknown color: approx Orient. HEX triplet: 20, 58 and 72. RGB value is (32,88,114). Sum of RGB (Red+Green+Blue) = 32+88+114=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #205872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205872 is #DFA78D. Grayscale: #4A4A4A. Windows color (decimal): -14657422 or 7493664. OLE color: 7493664.

HSL color Cylindrical-coordinate representation of color #205872: hue angle of 199.02º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205872 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3288114-
CMYK0.720.2300.55
HSL199.02º56.16%28.63%-
HSV(B)199.02º71.93%44.71%-
XYZ7.128.517.19-
YUV74.22150.4597.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=13.68%
G=37.61%
B=48.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32881140.720.2300.55199.0256.1628.63
Hex2058724817037c7381d
Octal40130162110270673077035
Binary1000001011000111001010010001011101101111100011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205872; }

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

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

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

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

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

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

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

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