Html Css Color HEX #205B74 Orient

📋 copy color: '#205B74'

red 32 ◦ green 91 ◦ blue 116

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

Shades of Orient #205B74

Tints of Orient #205B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

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

R = 13.39%
G = 38.08%
B = 48.54%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205B74 (or 0x205B74) is known color: Orient. HEX triplet: 20, 5B and 74. RGB value is (32,91,116). Sum of RGB (Red+Green+Blue) = 32+91+116=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #205B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B74 is #DFA48B. Grayscale: #4C4C4C. Windows color (decimal): -14656652 or 7625504. OLE color: 7625504.

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

Color convert

RGB 32 91 116 -
CMYK 0.72 0.22 0 0.55
HSL 197.86º 0.57% 0.29% -
HSV(B) 197.86º 0.72% 0.45% -
XYZ 7.49 9.05 17.88 -
YUV 76.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 32 91 116 0.72 0.22 0 0.55 197.86 0.57 0.29
Hex 20 5B 74 48 16 0 37 C6 39 1D
Octal 40 133 164 110 26 0 67 306 71 35
Binary 100000 1011011 1110100 1001000 10110 0 110111 11000110 111001 11101

Color Harmonies of #205B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B74

Black with #205B74

Text Example


Text Example

White with #205B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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