Html Css Color HEX #205D74 Orient

📋 copy color: '#205D74'

red 32 ◦ green 93 ◦ blue 116

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

Shades of Orient #205D74

Tints of Orient #205D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 13.28%
G = 38.59%
B = 48.13%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205D74 (or 0x205D74) is known color: Orient. HEX triplet: 20, 5D and 74. RGB value is (32,93,116). Sum of RGB (Red+Green+Blue) = 32+93+116=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #205D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D74 is #DFA28B. Grayscale: #4D4D4D. Windows color (decimal): -14656140 or 7626016. OLE color: 7626016.

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

Color convert

RGB 32 93 116 -
CMYK 0.72 0.20 0 0.55
HSL 196.43º 0.57% 0.29% -
HSV(B) 196.43º 0.72% 0.45% -
XYZ 7.66 9.4 17.93 -
YUV 77.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 32 93 116 0.72 0.20 0 0.55 196.43 0.57 0.29
Hex 20 5D 74 48 14 0 37 C4 39 1D
Octal 40 135 164 110 24 0 67 304 71 35
Binary 100000 1011101 1110100 1001000 10100 0 110111 11000100 111001 11101

Color Harmonies of #205D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D74

Black with #205D74

Text Example


Text Example

White with #205D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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