Html Css Color HEX #205C74 Orient

📋 copy color: '#205C74'

red 32 ◦ green 92 ◦ blue 116

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

Shades of Orient #205C74

Tints of Orient #205C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 13.33%
G = 38.33%
B = 48.33%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205C74 (or 0x205C74) is known color: Orient. HEX triplet: 20, 5C and 74. RGB value is (32,92,116). Sum of RGB (Red+Green+Blue) = 32+92+116=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #205C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C74 is #DFA38B. Grayscale: #4C4C4C. Windows color (decimal): -14656396 or 7625760. OLE color: 7625760.

HSL color Cylindrical-coordinate representation of color #205C74: hue angle of 197.14º degrees, saturation: 0.57, 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 #205C74 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 92 116 -
CMYK 0.72 0.21 0 0.55
HSL 197.14º 0.57% 0.29% -
HSV(B) 197.14º 0.72% 0.45% -
XYZ 7.58 9.22 17.9 -
YUV 76.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 32 92 116 0.72 0.21 0 0.55 197.14 0.57 0.29
Hex 20 5C 74 48 15 0 37 C5 39 1D
Octal 40 134 164 110 25 0 67 305 71 35
Binary 100000 1011100 1110100 1001000 10101 0 110111 11000101 111001 11101

Color Harmonies of #205C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C74

Black with #205C74

Text Example


Text Example

White with #205C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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