Html Css Color HEX #205473 Orient

📋 copy color: '#205473'

red 32 ◦ green 84 ◦ blue 115

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

Shades of Orient #205473

Tints of Orient #205473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 13.85%
G = 36.36%
B = 49.78%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205473 (or 0x205473) is known color: Orient. HEX triplet: 20, 54 and 73. RGB value is (32,84,115). Sum of RGB (Red+Green+Blue) = 32+84+115=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #205473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205473 is #DFAB8C. Grayscale: #474747. Windows color (decimal): -14658445 or 7558176. OLE color: 7558176.

HSL color Cylindrical-coordinate representation of color #205473: hue angle of 202.41º degrees, saturation: 0.56, 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 #205473 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 84 115 -
CMYK 0.72 0.27 0 0.55
HSL 202.41º 0.56% 0.29% -
HSV(B) 202.41º 0.72% 0.45% -
XYZ 6.86 7.89 17.38 -
YUV 71.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 32 84 115 0.72 0.27 0 0.55 202.41 0.56 0.29
Hex 20 54 73 48 1B 0 37 CA 38 1D
Octal 40 124 163 110 33 0 67 312 70 35
Binary 100000 1010100 1110011 1001000 11011 0 110111 11001010 111000 11101

Color Harmonies of #205473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205473

Black with #205473

Text Example


Text Example

White with #205473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205473; }

 p { color: rgb(32,84,115); }

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

background-color css

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

 a { background-color: rgb(32,84,115); }

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

border-color css

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

 span { border-color: rgb(32,84,115); }

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