Html Css Color HEX #205C76 Orient

📋 copy color: '#205C76'

red 32 ◦ green 92 ◦ blue 118

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

Shades of Orient #205C76

Tints of Orient #205C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 13.22%
G = 38.02%
B = 48.76%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205C76 (or 0x205C76) is known color: Orient. HEX triplet: 20, 5C and 76. RGB value is (32,92,118). Sum of RGB (Red+Green+Blue) = 32+92+118=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #205C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C76 is #DFA389. Grayscale: #4C4C4C. Windows color (decimal): -14656394 or 7756832. OLE color: 7756832.

HSL color Cylindrical-coordinate representation of color #205C76: hue angle of 198.14º 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 #205C76 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 92 118 -
CMYK 0.73 0.22 0 0.54
HSL 198.14º 0.57% 0.29% -
HSV(B) 198.14º 0.73% 0.46% -
XYZ 7.69 9.27 18.52 -
YUV 77.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 32 92 118 0.73 0.22 0 0.54 198.14 0.57 0.29
Hex 20 5C 76 49 16 0 36 C6 39 1D
Octal 40 134 166 111 26 0 66 306 71 35
Binary 100000 1011100 1110110 1001001 10110 0 110110 11000110 111001 11101

Color Harmonies of #205C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C76

Black with #205C76

Text Example


Text Example

White with #205C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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