#204E68

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

Shades of Arapawa #204E68

Tints of Arapawa #204E68

Color information

#204E68 (or 0x204E68) is unknown color: approx Arapawa. HEX triplet: 20, 4E and 68. RGB value is (32,78,104). Sum of RGB (Red+Green+Blue) = 32+78+104=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #204E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E68 is #DFB197. Grayscale: #434343. Windows color (decimal): -14659992 or 6835744. OLE color: 6835744.

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

Color convert

RGB3278104-
CMYK0.690.2500.59
HSL201.67º52.94%26.67%-
HSV(B)201.67º69.23%40.78%-
XYZ5.826.7614.09-
YUV67.21148.76102.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=14.95%
G=36.45%
B=48.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32781040.690.2500.59201.6752.9426.67
Hex204E68451903Bca351b
Octal40116150105310733126533
Binary1000001001110110100010001011100101110111100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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