Html Css Color HEX #205663 Arapawa

📋 copy color: '#205663'

red 32 ◦ green 86 ◦ blue 99

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

Shades of Arapawa #205663

Tints of Arapawa #205663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 14.75%
G = 39.63%
B = 45.62%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205663 (or 0x205663) is known color: Arapawa. HEX triplet: 20, 56 and 63. RGB value is (32,86,99). Sum of RGB (Red+Green+Blue) = 32+86+99=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #205663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205663 is #DFA99C. Grayscale: #474747. Windows color (decimal): -14657949 or 6510112. OLE color: 6510112.

HSL color Cylindrical-coordinate representation of color #205663: hue angle of 191.64º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205663 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 86 99 -
CMYK 0.68 0.13 0 0.61
HSL 191.64º 0.51% 0.26% -
HSV(B) 191.64º 0.68% 0.39% -
XYZ 6.18 7.86 13 -
YUV 71.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 32 86 99 0.68 0.13 0 0.61 191.64 0.51 0.26
Hex 20 56 63 44 D 0 3D C0 33 1A
Octal 40 126 143 104 15 0 75 300 63 32
Binary 100000 1010110 1100011 1000100 1101 0 111101 11000000 110011 11010

Color Harmonies of #205663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205663

Black with #205663

Text Example


Text Example

White with #205663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205663; }

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

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

background-color css

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

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

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

border-color css

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

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

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