#205367

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

Shades of Arapawa #205367

Tints of Arapawa #205367

Color information

#205367 (or 0x205367) is unknown color: approx Arapawa. HEX triplet: 20, 53 and 67. RGB value is (32,83,103). Sum of RGB (Red+Green+Blue) = 32+83+103=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #205367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205367 is #DFAC98. Grayscale: #454545. Windows color (decimal): -14658713 or 6771488. OLE color: 6771488.

HSL color Cylindrical-coordinate representation of color #205367: hue angle of 196.9º 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 #205367 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3283103-
CMYK0.690.1900.60
HSL196.9º52.59%26.47%-
HSV(B)196.9º68.93%40.39%-
XYZ6.147.4713.95-
YUV70.03146.6100.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=14.68%
G=38.07%
B=47.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32831030.690.1900.60196.952.5926.47
Hex205367451303Cc5351a
Octal40123147105230743056532
Binary1000001010011110011110001011001101111001100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205367; }

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

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

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

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

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

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

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

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