#204A62

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

Shades of Arapawa #204A62

Tints of Arapawa #204A62

Color information

#204A62 (or 0x204A62) is unknown color: approx Arapawa. HEX triplet: 20, 4A and 62. RGB value is (32,74,98). Sum of RGB (Red+Green+Blue) = 32+74+98=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #204A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A62 is #DFB59D. Grayscale: #404040. Windows color (decimal): -14661022 or 6441504. OLE color: 6441504.

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

Color convert

RGB327498-
CMYK0.670.2400.62
HSL201.82º50.77%25.49%-
HSV(B)201.82º67.35%38.43%-
XYZ5.256.0912.45-
YUV64.18147.09105.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=15.69%
G=36.27%
B=48.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3274980.670.2400.62201.8250.7725.49
Hex204A62431803Eca3319
Octal40112142103300763126331
Binary1000001001010110001010000111100001111101100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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