Html Css Color HEX #205970 Orient

📋 copy color: '#205970'

red 32 ◦ green 89 ◦ blue 112

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

Shades of Orient #205970

Tints of Orient #205970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 13.73%
G = 38.2%
B = 48.07%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205970 (or 0x205970) is known color: Orient. HEX triplet: 20, 59 and 70. RGB value is (32,89,112). Sum of RGB (Red+Green+Blue) = 32+89+112=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #205970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205970 is #DFA68F. Grayscale: #4A4A4A. Windows color (decimal): -14657168 or 7362848. OLE color: 7362848.

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

Color convert

RGB 32 89 112 -
CMYK 0.71 0.21 0 0.56
HSL 197.25º 0.56% 0.28% -
HSV(B) 197.25º 0.71% 0.44% -
XYZ 7.09 8.62 16.62 -
YUV 74.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 32 89 112 0.71 0.21 0 0.56 197.25 0.56 0.28
Hex 20 59 70 47 15 0 38 C5 38 1C
Octal 40 131 160 107 25 0 70 305 70 34
Binary 100000 1011001 1110000 1000111 10101 0 111000 11000101 111000 11100

Color Harmonies of #205970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205970

Black with #205970

Text Example


Text Example

White with #205970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205970; }

 p { color: rgb(32,89,112); }

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

background-color css

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

 a { background-color: rgb(32,89,112); }

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

border-color css

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

 span { border-color: rgb(32,89,112); }

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