#204F67

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

Shades of Arapawa #204F67

Tints of Arapawa #204F67

Color information

#204F67 (or 0x204F67) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 67. RGB value is (32,79,103). Sum of RGB (Red+Green+Blue) = 32+79+103=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #204F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F67 is #DFB098. Grayscale: #434343. Windows color (decimal): -14659737 or 6770464. OLE color: 6770464.

HSL color Cylindrical-coordinate representation of color #204F67: hue angle of 200.28º degrees, saturation: 0.53, 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 #204F67 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3279103-
CMYK0.690.2300.60
HSL200.28º52.59%26.47%-
HSV(B)200.28º68.93%40.39%-
XYZ5.846.8813.85-
YUV67.68147.93102.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=14.95%
G=36.92%
B=48.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32791030.690.2300.60200.2852.5926.47
Hex204F67451703Cc8351a
Octal40117147105270743106532
Binary1000001001111110011110001011011101111001100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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