#205272

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

Shades of Orient #205272

Tints of Orient #205272

Color information

#205272 (or 0x205272) is unknown color: approx Orient. HEX triplet: 20, 52 and 72. RGB value is (32,82,114). Sum of RGB (Red+Green+Blue) = 32+82+114=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #205272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205272 is #DFAD8D. Grayscale: #464646. Windows color (decimal): -14658958 or 7492128. OLE color: 7492128.

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

Color convert

RGB3282114-
CMYK0.720.2800.55
HSL203.41º56.16%28.63%-
HSV(B)203.41º71.93%44.71%-
XYZ6.657.5617.03-
YUV70.7152.44100.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 114 (44.92% from 255) = 50%
R=14.04%
G=35.96%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32821140.720.2800.55203.4156.1628.63
Hex205272481C037cb381d
Octal40122162110340673137035
Binary1000001010010111001010010001110001101111100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205272; }

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

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

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

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

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

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

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

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