#204C68

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

Shades of Arapawa #204C68

Tints of Arapawa #204C68

Color information

#204C68 (or 0x204C68) is unknown color: approx Arapawa. HEX triplet: 20, 4C and 68. RGB value is (32,76,104). Sum of RGB (Red+Green+Blue) = 32+76+104=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #204C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C68 is #DFB397. Grayscale: #414141. Windows color (decimal): -14660504 or 6835232. OLE color: 6835232.

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

Color convert

RGB3276104-
CMYK0.690.2700.59
HSL203.33º52.94%26.67%-
HSV(B)203.33º69.23%40.78%-
XYZ5.686.4814.05-
YUV66.04149.42103.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=15.09%
G=35.85%
B=49.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32761040.690.2700.59203.3352.9426.67
Hex204C68451B03Bcb351b
Octal40114150105330733136533
Binary1000001001100110100010001011101101110111100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,76,104); }

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

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

 a { background-color: rgb(32,76,104); }

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

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

 span { border-color: rgb(32,76,104); }

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