Html Css Color HEX #205461 Arapawa

📋 copy color: '#205461'

red 32 ◦ green 84 ◦ blue 97

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

Shades of Arapawa #205461

Tints of Arapawa #205461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 15.02%
G = 39.44%
B = 45.54%

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

#205461 (or 0x205461) is known color: Arapawa. HEX triplet: 20, 54 and 61. RGB value is (32,84,97). Sum of RGB (Red+Green+Blue) = 32+84+97=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #205461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205461 is #DFAB9E. Grayscale: #454545. Windows color (decimal): -14658463 or 6378528. OLE color: 6378528.

HSL color Cylindrical-coordinate representation of color #205461: hue angle of 192º degrees, saturation: 0.5, 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 #205461 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 84 97 -
CMYK 0.67 0.13 0 0.62
HSL 192º 0.5% 0.25% -
HSV(B) 192º 0.67% 0.38% -
XYZ 5.92 7.51 12.45 -
YUV 69.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 32 84 97 0.67 0.13 0 0.62 192 0.5 0.25
Hex 20 54 61 43 D 0 3E C0 32 19
Octal 40 124 141 103 15 0 76 300 62 31
Binary 100000 1010100 1100001 1000011 1101 0 111110 11000000 110010 11001

Color Harmonies of #205461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205461

Black with #205461

Text Example


Text Example

White with #205461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205461; }

 p { color: rgb(32,84,97); }

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

background-color css

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

 a { background-color: rgb(32,84,97); }

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

border-color css

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

 span { border-color: rgb(32,84,97); }

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