Html Css Color HEX #205771 Orient

📋 copy color: '#205771'

red 32 ◦ green 87 ◦ blue 113

#205771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #205771

Tints of Orient #205771

RGB

 RED value IS 32 (12.89% from 255) = 13.79%

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 13.79%
G = 37.5%
B = 48.71%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205771 (or 0x205771) is known color: Orient. HEX triplet: 20, 57 and 71. RGB value is (32,87,113). Sum of RGB (Red+Green+Blue) = 32+87+113=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #205771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205771 is #DFA88E. Grayscale: #494949. Windows color (decimal): -14657679 or 7427872. OLE color: 7427872.

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

Color convert

RGB 32 87 113 -
CMYK 0.72 0.23 0 0.56
HSL 199.26º 0.56% 0.28% -
HSV(B) 199.26º 0.72% 0.44% -
XYZ 6.98 8.32 16.86 -
YUV 73.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 32 87 113 0.72 0.23 0 0.56 199.26 0.56 0.28
Hex 20 57 71 48 17 0 38 C7 38 1C
Octal 40 127 161 110 27 0 70 307 70 34
Binary 100000 1010111 1110001 1001000 10111 0 111000 11000111 111000 11100

Color Harmonies of #205771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205771

Black with #205771

Text Example


Text Example

White with #205771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205771; }

 p { color: rgb(32,87,113); }

 H1.HeaderClassName
 {
   color: #205771;
 }
 .AnyTagClassName
 {
   color: #205771;
 }
</style>

background-color css

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

 a { background-color: rgb(32,87,113); }

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

border-color css

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

 span { border-color: rgb(32,87,113); }

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