Html Css Color HEX #205263 Arapawa

📋 copy color: '#205263'

red 32 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #205263

Tints of Arapawa #205263

RGB

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

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

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

R = 15.02%
G = 38.5%
B = 46.48%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205263 (or 0x205263) is known color: Arapawa. HEX triplet: 20, 52 and 63. RGB value is (32,82,99). Sum of RGB (Red+Green+Blue) = 32+82+99=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #205263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205263 is #DFAD9C. Grayscale: #444444. Windows color (decimal): -14658973 or 6509088. OLE color: 6509088.

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

Color convert

RGB 32 82 99 -
CMYK 0.68 0.17 0 0.61
HSL 195.22º 0.51% 0.26% -
HSV(B) 195.22º 0.68% 0.39% -
XYZ 5.87 7.24 12.89 -
YUV 68.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 32 82 99 0.68 0.17 0 0.61 195.22 0.51 0.26
Hex 20 52 63 44 11 0 3D C3 33 1A
Octal 40 122 143 104 21 0 75 303 63 32
Binary 100000 1010010 1100011 1000100 10001 0 111101 11000011 110011 11010

Color Harmonies of #205263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205263

Black with #205263

Text Example


Text Example

White with #205263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205263; }

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

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

background-color css

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

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

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

border-color css

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

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

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