Html Css Color HEX #205060 Arapawa

📋 copy color: '#205060'

red 32 ◦ green 80 ◦ blue 96

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

Shades of Arapawa #205060

Tints of Arapawa #205060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 15.38%
G = 38.46%
B = 46.15%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#205060 (or 0x205060) is known color: Arapawa. HEX triplet: 20, 50 and 60. RGB value is (32,80,96). Sum of RGB (Red+Green+Blue) = 32+80+96=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #205060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205060 is #DFAF9F. Grayscale: #434343. Windows color (decimal): -14659488 or 6311968. OLE color: 6311968.

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

Color convert

RGB 32 80 96 -
CMYK 0.67 0.17 0 0.62
HSL 195º 0.5% 0.25% -
HSV(B) 195º 0.67% 0.38% -
XYZ 5.58 6.89 12.1 -
YUV 67.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 32 80 96 0.67 0.17 0 0.62 195 0.5 0.25
Hex 20 50 60 43 11 0 3E C3 32 19
Octal 40 120 140 103 21 0 76 303 62 31
Binary 100000 1010000 1100000 1000011 10001 0 111110 11000011 110010 11001

Color Harmonies of #205060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205060

Black with #205060

Text Example


Text Example

White with #205060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205060; }

 p { color: rgb(32,80,96); }

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

background-color css

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

 a { background-color: rgb(32,80,96); }

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

border-color css

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

 span { border-color: rgb(32,80,96); }

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