Html Css Color HEX #205273 Orient

📋 copy color: '#205273'

red 32 ◦ green 82 ◦ blue 115

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

Shades of Orient #205273

Tints of Orient #205273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.81%

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

R = 13.97%
G = 35.81%
B = 50.22%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205273 (or 0x205273) is known color: Orient. HEX triplet: 20, 52 and 73. RGB value is (32,82,115). Sum of RGB (Red+Green+Blue) = 32+82+115=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #205273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205273 is #DFAD8C. Grayscale: #464646. Windows color (decimal): -14658957 or 7557664. OLE color: 7557664.

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

Color convert

RGB 32 82 115 -
CMYK 0.72 0.29 0 0.55
HSL 203.86º 0.56% 0.29% -
HSV(B) 203.86º 0.72% 0.45% -
XYZ 6.71 7.58 17.33 -
YUV 70.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 32 82 115 0.72 0.29 0 0.55 203.86 0.56 0.29
Hex 20 52 73 48 1D 0 37 CC 38 1D
Octal 40 122 163 110 35 0 67 314 70 35
Binary 100000 1010010 1110011 1001000 11101 0 110111 11001100 111000 11101

Color Harmonies of #205273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205273

Black with #205273

Text Example


Text Example

White with #205273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205273; }

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

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

background-color css

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

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

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

border-color css

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

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

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