#205372

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

Shades of Orient #205372

Tints of Orient #205372

Color information

#205372 (or 0x205372) is unknown color: approx Orient. HEX triplet: 20, 53 and 72. RGB value is (32,83,114). Sum of RGB (Red+Green+Blue) = 32+83+114=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #205372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205372 is #DFAC8D. Grayscale: #474747. Windows color (decimal): -14658702 or 7492384. OLE color: 7492384.

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

Color convert

RGB3283114-
CMYK0.720.2700.55
HSL202.68º56.16%28.63%-
HSV(B)202.68º71.93%44.71%-
XYZ6.737.7117.05-
YUV71.28152.199.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=13.97%
G=36.24%
B=49.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32831140.720.2700.55202.6856.1628.63
Hex205372481B037cb381d
Octal40123162110330673137035
Binary1000001010011111001010010001101101101111100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205372; }

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

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

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

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

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

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

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

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