Html Css Color HEX #205863 Arapawa

📋 copy color: '#205863'

red 32 ◦ green 88 ◦ blue 99

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

Shades of Arapawa #205863

Tints of Arapawa #205863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

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

R = 14.61%
G = 40.18%
B = 45.21%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205863 (or 0x205863) is known color: Arapawa. HEX triplet: 20, 58 and 63. RGB value is (32,88,99). Sum of RGB (Red+Green+Blue) = 32+88+99=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #205863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205863 is #DFA79C. Grayscale: #484848. Windows color (decimal): -14657437 or 6510624. OLE color: 6510624.

HSL color Cylindrical-coordinate representation of color #205863: hue angle of 189.85º 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 #205863 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 88 99 -
CMYK 0.68 0.11 0 0.61
HSL 189.85º 0.51% 0.26% -
HSV(B) 189.85º 0.68% 0.39% -
XYZ 6.34 8.19 13.05 -
YUV 72.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 32 88 99 0.68 0.11 0 0.61 189.85 0.51 0.26
Hex 20 58 63 44 B 0 3D BE 33 1A
Octal 40 130 143 104 13 0 75 276 63 32
Binary 100000 1011000 1100011 1000100 1011 0 111101 10111110 110011 11010

Color Harmonies of #205863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205863

Black with #205863

Text Example


Text Example

White with #205863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205863; }

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

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

background-color css

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

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

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

border-color css

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

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

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