#204A68

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

Shades of Arapawa #204A68

Tints of Arapawa #204A68

Color information

#204A68 (or 0x204A68) is unknown color: approx Arapawa. HEX triplet: 20, 4A and 68. RGB value is (32,74,104). Sum of RGB (Red+Green+Blue) = 32+74+104=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #204A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A68 is #DFB597. Grayscale: #404040. Windows color (decimal): -14661016 or 6834720. OLE color: 6834720.

HSL color Cylindrical-coordinate representation of color #204A68: hue angle of 205º 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 #204A68 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3274104-
CMYK0.690.2900.59
HSL205º52.94%26.67%-
HSV(B)205º69.23%40.78%-
XYZ5.546.214-
YUV64.86150.09104.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=15.24%
G=35.24%
B=49.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32741040.690.2900.5920552.9426.67
Hex204A68451D03Bcd351b
Octal40112150105350733156533
Binary1000001001010110100010001011110101110111100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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