Html Css Color HEX #205676 Orient

📋 copy color: '#205676'

red 32 ◦ green 86 ◦ blue 118

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

Shades of Orient #205676

Tints of Orient #205676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 13.56%
G = 36.44%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205676 (or 0x205676) is known color: Orient. HEX triplet: 20, 56 and 76. RGB value is (32,86,118). Sum of RGB (Red+Green+Blue) = 32+86+118=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #205676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205676 is #DFA989. Grayscale: #494949. Windows color (decimal): -14657930 or 7755296. OLE color: 7755296.

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

Color convert

RGB 32 86 118 -
CMYK 0.73 0.27 0 0.54
HSL 202.33º 0.57% 0.29% -
HSV(B) 202.33º 0.73% 0.46% -
XYZ 7.19 8.27 18.36 -
YUV 73.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 32 86 118 0.73 0.27 0 0.54 202.33 0.57 0.29
Hex 20 56 76 49 1B 0 36 CA 39 1D
Octal 40 126 166 111 33 0 66 312 71 35
Binary 100000 1010110 1110110 1001001 11011 0 110110 11001010 111001 11101

Color Harmonies of #205676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205676

Black with #205676

Text Example


Text Example

White with #205676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205676; }

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

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

background-color css

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

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

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

border-color css

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

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

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