Html Css Color HEX #205675 Orient

📋 copy color: '#205675'

red 32 ◦ green 86 ◦ blue 117

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

Shades of Orient #205675

Tints of Orient #205675

RGB

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

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

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

R = 13.62%
G = 36.6%
B = 49.79%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205675 (or 0x205675) is known color: Orient. HEX triplet: 20, 56 and 75. RGB value is (32,86,117). Sum of RGB (Red+Green+Blue) = 32+86+117=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #205675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205675 is #DFA98A. Grayscale: #494949. Windows color (decimal): -14657931 or 7689760. OLE color: 7689760.

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

Color convert

RGB 32 86 117 -
CMYK 0.73 0.26 0 0.54
HSL 201.88º 0.57% 0.29% -
HSV(B) 201.88º 0.73% 0.46% -
XYZ 7.13 8.25 18.05 -
YUV 73.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 32 86 117 0.73 0.26 0 0.54 201.88 0.57 0.29
Hex 20 56 75 49 1A 0 36 CA 39 1D
Octal 40 126 165 111 32 0 66 312 71 35
Binary 100000 1010110 1110101 1001001 11010 0 110110 11001010 111001 11101

Color Harmonies of #205675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205675

Black with #205675

Text Example


Text Example

White with #205675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205675; }

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

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

background-color css

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

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

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

border-color css

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

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

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