#205276

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

Shades of Orient #205276

Tints of Orient #205276

Color information

#205276 (or 0x205276) is unknown color: approx Orient. HEX triplet: 20, 52 and 76. RGB value is (32,82,118). Sum of RGB (Red+Green+Blue) = 32+82+118=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #205276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205276 is #DFAD89. Grayscale: #464646. Windows color (decimal): -14658954 or 7754272. OLE color: 7754272.

HSL color Cylindrical-coordinate representation of color #205276: hue angle of 205.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205276 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3282118-
CMYK0.730.3100.54
HSL205.12º57.33%29.41%-
HSV(B)205.12º72.88%46.27%-
XYZ6.887.6518.25-
YUV71.15154.44100.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=13.79%
G=35.34%
B=50.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32821180.730.3100.54205.1257.3329.41
Hex205276491F036cd391d
Octal40122166111370663157135
Binary1000001010010111011010010011111101101101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205276; }

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

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

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

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

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

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

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

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