Html Css Color HEX #205C75 Orient

📋 copy color: '#205C75'

red 32 ◦ green 92 ◦ blue 117

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

Shades of Orient #205C75

Tints of Orient #205C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 13.28%
G = 38.17%
B = 48.55%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205C75 (or 0x205C75) is known color: Orient. HEX triplet: 20, 5C and 75. RGB value is (32,92,117). Sum of RGB (Red+Green+Blue) = 32+92+117=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #205C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C75 is #DFA38A. Grayscale: #4C4C4C. Windows color (decimal): -14656395 or 7691296. OLE color: 7691296.

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

Color convert

RGB 32 92 117 -
CMYK 0.73 0.21 0 0.54
HSL 197.65º 0.57% 0.29% -
HSV(B) 197.65º 0.73% 0.46% -
XYZ 7.63 9.25 18.21 -
YUV 76.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 32 92 117 0.73 0.21 0 0.54 197.65 0.57 0.29
Hex 20 5C 75 49 15 0 36 C6 39 1D
Octal 40 134 165 111 25 0 66 306 71 35
Binary 100000 1011100 1110101 1001001 10101 0 110110 11000110 111001 11101

Color Harmonies of #205C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C75

Black with #205C75

Text Example


Text Example

White with #205C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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