#204F66

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

Shades of Arapawa #204F66

Tints of Arapawa #204F66

Color information

#204F66 (or 0x204F66) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 66. RGB value is (32,79,102). Sum of RGB (Red+Green+Blue) = 32+79+102=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #204F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F66 is #DFB099. Grayscale: #434343. Windows color (decimal): -14659738 or 6704928. OLE color: 6704928.

HSL color Cylindrical-coordinate representation of color #204F66: hue angle of 199.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204F66 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3279102-
CMYK0.690.2300.6
HSL199.71º52.24%26.27%-
HSV(B)199.71º68.63%40%-
XYZ5.796.8613.59-
YUV67.57147.43102.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=15.02%
G=37.09%
B=47.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32791020.690.2300.6199.7152.2426.27
Hex204F66451703Cc8341a
Octal40117146105270743106432
Binary1000001001111110011010001011011101111001100100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F66; }

 p { color: rgb(32,79,102); }

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

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

 a { background-color: rgb(32,79,102); }

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

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

 span { border-color: rgb(32,79,102); }

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