#205062

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

Shades of Arapawa #205062

Tints of Arapawa #205062

Color information

#205062 (or 0x205062) is unknown color: approx Arapawa. HEX triplet: 20, 50 and 62. RGB value is (32,80,98). Sum of RGB (Red+Green+Blue) = 32+80+98=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #205062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205062 is #DFAF9D. Grayscale: #434343. Windows color (decimal): -14659486 or 6443040. OLE color: 6443040.

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

Color convert

RGB328098-
CMYK0.670.1800.62
HSL196.36º50.77%25.49%-
HSV(B)196.36º67.35%38.43%-
XYZ5.676.9312.59-
YUV67.7145.1102.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=15.24%
G=38.10%
B=46.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3280980.670.1800.62196.3650.7725.49
Hex205062431203Ec43319
Octal40120142103220763046331
Binary1000001010000110001010000111001001111101100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205062; }

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

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

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

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

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

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

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

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