#205069

Color #205069 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #205069

Tints of Arapawa #205069

Color information

#205069 (or 0x205069) is unknown color: approx Arapawa. HEX triplet: 20, 50 and 69. RGB value is (32,80,105). Sum of RGB (Red+Green+Blue) = 32+80+105=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #205069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205069 is #DFAF96. Grayscale: #444444. Windows color (decimal): -14659479 or 6901792. OLE color: 6901792.

HSL color Cylindrical-coordinate representation of color #205069: hue angle of 200.55º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205069 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3280105-
CMYK0.700.2400.59
HSL200.55º53.28%26.86%-
HSV(B)200.55º69.52%41.18%-
XYZ6.017.0614.41-
YUV68.5148.6101.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=14.75%
G=36.87%
B=48.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32801050.700.2400.59200.5553.2826.86
Hex205069461803Bc9351b
Octal40120151106300733116533
Binary1000001010000110100110001101100001110111100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205069; }

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

 H1.HeaderClassName
 {
   color: #205069;
 }
 .AnyTagClassName
 {
   color: #205069;
 }
</style>
background-color css

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

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

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

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

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

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