Html Css Color HEX #205562 Arapawa

📋 copy color: '#205562'

red 32 ◦ green 85 ◦ blue 98

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

Shades of Arapawa #205562

Tints of Arapawa #205562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 14.88%
G = 39.53%
B = 45.58%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#205562 (or 0x205562) is known color: Arapawa. HEX triplet: 20, 55 and 62. RGB value is (32,85,98). Sum of RGB (Red+Green+Blue) = 32+85+98=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #205562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205562 is #DFAA9D. Grayscale: #464646. Windows color (decimal): -14658206 or 6444320. OLE color: 6444320.

HSL color Cylindrical-coordinate representation of color #205562: hue angle of 191.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205562 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 85 98 -
CMYK 0.67 0.13 0 0.62
HSL 191.82º 0.51% 0.25% -
HSV(B) 191.82º 0.67% 0.38% -
XYZ 6.05 7.69 12.72 -
YUV 70.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 32 85 98 0.67 0.13 0 0.62 191.82 0.51 0.25
Hex 20 55 62 43 D 0 3E C0 33 19
Octal 40 125 142 103 15 0 76 300 63 31
Binary 100000 1010101 1100010 1000011 1101 0 111110 11000000 110011 11001

Color Harmonies of #205562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205562

Black with #205562

Text Example


Text Example

White with #205562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205562; }

 p { color: rgb(32,85,98); }

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

background-color css

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

 a { background-color: rgb(32,85,98); }

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

border-color css

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

 span { border-color: rgb(32,85,98); }

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