Html Css Color HEX #205772 Orient

📋 copy color: '#205772'

red 32 ◦ green 87 ◦ blue 114

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

Shades of Orient #205772

Tints of Orient #205772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 13.73%
G = 37.34%
B = 48.93%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205772 (or 0x205772) is known color: Orient. HEX triplet: 20, 57 and 72. RGB value is (32,87,114). Sum of RGB (Red+Green+Blue) = 32+87+114=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #205772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205772 is #DFA88D. Grayscale: #494949. Windows color (decimal): -14657678 or 7493408. OLE color: 7493408.

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

Color convert

RGB 32 87 114 -
CMYK 0.72 0.24 0 0.55
HSL 199.76º 0.56% 0.29% -
HSV(B) 199.76º 0.72% 0.45% -
XYZ 7.04 8.34 17.16 -
YUV 73.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 32 87 114 0.72 0.24 0 0.55 199.76 0.56 0.29
Hex 20 57 72 48 18 0 37 C8 38 1D
Octal 40 127 162 110 30 0 67 310 70 35
Binary 100000 1010111 1110010 1001000 11000 0 110111 11001000 111000 11101

Color Harmonies of #205772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205772

Black with #205772

Text Example


Text Example

White with #205772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205772; }

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

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

background-color css

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

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

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

border-color css

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

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

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