Html Css Color HEX #205271 Orient

📋 copy color: '#205271'

red 32 ◦ green 82 ◦ blue 113

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

Shades of Orient #205271

Tints of Orient #205271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 14.1%
G = 36.12%
B = 49.78%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205271 (or 0x205271) is known color: Orient. HEX triplet: 20, 52 and 71. RGB value is (32,82,113). Sum of RGB (Red+Green+Blue) = 32+82+113=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #205271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205271 is #DFAD8E. Grayscale: #464646. Windows color (decimal): -14658959 or 7426592. OLE color: 7426592.

HSL color Cylindrical-coordinate representation of color #205271: hue angle of 202.96º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205271 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 82 113 -
CMYK 0.72 0.27 0 0.56
HSL 202.96º 0.56% 0.28% -
HSV(B) 202.96º 0.72% 0.44% -
XYZ 6.59 7.53 16.73 -
YUV 70.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 32 82 113 0.72 0.27 0 0.56 202.96 0.56 0.28
Hex 20 52 71 48 1B 0 38 CB 38 1C
Octal 40 122 161 110 33 0 70 313 70 34
Binary 100000 1010010 1110001 1001000 11011 0 111000 11001011 111000 11100

Color Harmonies of #205271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205271

Black with #205271

Text Example


Text Example

White with #205271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205271; }

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

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

background-color css

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

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

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

border-color css

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

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

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